Disabled autofocus on EditText
This commit is contained in:
parent
89e83ac9a0
commit
006ab71702
@ -10,6 +10,8 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentTop="true"
|
android:layout_alignParentTop="true"
|
||||||
android:layout_margin="8dp"
|
android:layout_margin="8dp"
|
||||||
|
android:focusable="true"
|
||||||
|
android:focusableInTouchMode="true"
|
||||||
android:text="@string/txtvfeedurl_label" />
|
android:text="@string/txtvfeedurl_label" />
|
||||||
|
|
||||||
<EditText
|
<EditText
|
||||||
|
@ -10,6 +10,8 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentTop="true"
|
android:layout_alignParentTop="true"
|
||||||
android:layout_margin="8dp"
|
android:layout_margin="8dp"
|
||||||
|
android:focusable="true"
|
||||||
|
android:focusableInTouchMode="true"
|
||||||
android:text="@string/txtvfeedurl_label" />
|
android:text="@string/txtvfeedurl_label" />
|
||||||
|
|
||||||
<EditText
|
<EditText
|
||||||
|
Loading…
x
Reference in New Issue
Block a user