Fixed editable TextView
This commit is contained in:
parent
7b75b07f1f
commit
f2f3b4263d
1 changed files with 1 additions and 1 deletions
|
@ -37,12 +37,12 @@
|
|||
android:text="@string/account_setup_names_user_name_label"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="fill_parent"
|
||||
android:inputType="textPersonName"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
<EditText
|
||||
android:id="@+id/account_name"
|
||||
android:singleLine="true"
|
||||
android:inputType="textPersonName"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="fill_parent" />
|
||||
<View
|
||||
|
|
Loading…
Reference in a new issue