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