summaryrefslogtreecommitdiff
path: root/res/layout-v14/addfeed.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-08-12 12:46:46 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-08-12 12:46:46 +0200
commit006ab7170294ca1dc6be8672e3d163018db97b5b (patch)
tree09b5b85b2710af312e15dd0ac51c1da1f9b75511 /res/layout-v14/addfeed.xml
parent89e83ac9a01b9f4f87a068a93fe51513a3d76204 (diff)
downloadAntennaPod-006ab7170294ca1dc6be8672e3d163018db97b5b.zip
Disabled autofocus on EditText
Diffstat (limited to 'res/layout-v14/addfeed.xml')
-rw-r--r--res/layout-v14/addfeed.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout-v14/addfeed.xml b/res/layout-v14/addfeed.xml
index ee8efeaee..fb96cd792 100644
--- a/res/layout-v14/addfeed.xml
+++ b/res/layout-v14/addfeed.xml
@@ -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