diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-09-15 14:45:50 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-09-15 14:45:50 +0200 |
commit | a1262f28067031a7a30844deee2825da9c287248 (patch) | |
tree | 016b6d2fecfdb493952e71485fd30bac97d10eee /res | |
parent | 813614bb28e287d6302dcb06a95867e76f573987 (diff) | |
download | AntennaPod-a1262f28067031a7a30844deee2825da9c287248.zip |
"Subscribe" button wasn't clickable on API 10
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/onlinefeedview_header.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/onlinefeedview_header.xml b/res/layout/onlinefeedview_header.xml index 6bbecde1e..85f0f32f8 100644 --- a/res/layout/onlinefeedview_header.xml +++ b/res/layout/onlinefeedview_header.xml @@ -46,6 +46,7 @@ android:text="@string/subscribe_label" android:layout_below="@id/txtvAuthor" android:layout_alignParentRight="true" + android:focusable="false" /> |