mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
add singleline and selectonfocus for roomname edit
This commit is contained in:
parent
2bfb26cded
commit
2cd0bf8c24
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,8 @@
|
|||
android:scrollHorizontally="false"
|
||||
android:autoText="false"
|
||||
android:capitalize="none"
|
||||
android:singleLine="true"
|
||||
android:selectAllOnFocus="true"
|
||||
android:hint="@string/new_room_hint"
|
||||
/>
|
||||
<CheckBox android:id="@+id/advertise_new_room_check"
|
||||
|
|
Loading…
Reference in a new issue