mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +00:00
Disabled autofocus on EditText
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user