mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-02-02 11:46:55 +01:00
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…
x
Reference in New Issue
Block a user