mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-25 09:08:49 -05:00
Fixed editable TextView
This commit is contained in:
parent
7b75b07f1f
commit
f2f3b4263d
@ -37,12 +37,12 @@
|
|||||||
android:text="@string/account_setup_names_user_name_label"
|
android:text="@string/account_setup_names_user_name_label"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:inputType="textPersonName"
|
|
||||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||||
android:textColor="?android:attr/textColorPrimary" />
|
android:textColor="?android:attr/textColorPrimary" />
|
||||||
<EditText
|
<EditText
|
||||||
android:id="@+id/account_name"
|
android:id="@+id/account_name"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
|
android:inputType="textPersonName"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_width="fill_parent" />
|
android:layout_width="fill_parent" />
|
||||||
<View
|
<View
|
||||||
|
Loading…
Reference in New Issue
Block a user