mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-31 19:57:06 +01:00
more EditText fixing
This commit is contained in:
parent
2de54a2535
commit
54997f6db2
1 changed files with 2 additions and 3 deletions
|
@ -10,10 +10,9 @@
|
|||
android:layout_width="fill_parent"
|
||||
android:layout_marginLeft="30dip"
|
||||
android:layout_marginRight="30dip"
|
||||
android:autoText="false"
|
||||
android:capitalize="words"
|
||||
android:maxLines="1"
|
||||
android:inputType="text"
|
||||
android:maxLength="32"
|
||||
android:inputType="textCapWords"
|
||||
android:selectAllOnFocus="true"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue