diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-08-12 12:46:46 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-08-12 12:46:46 +0200 |
commit | 006ab7170294ca1dc6be8672e3d163018db97b5b (patch) | |
tree | 09b5b85b2710af312e15dd0ac51c1da1f9b75511 /res | |
parent | 89e83ac9a01b9f4f87a068a93fe51513a3d76204 (diff) | |
download | AntennaPod-006ab7170294ca1dc6be8672e3d163018db97b5b.zip |
Disabled autofocus on EditText
Diffstat (limited to 'res')
-rw-r--r-- | res/layout-v14/addfeed.xml | 2 | ||||
-rw-r--r-- | res/layout/addfeed.xml | 2 |
2 files changed, 4 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 diff --git a/res/layout/addfeed.xml b/res/layout/addfeed.xml index 6da8d0e1a..012c0d747 100644 --- a/res/layout/addfeed.xml +++ b/res/layout/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 |