summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-09-15 14:45:50 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2013-09-15 14:45:50 +0200
commita1262f28067031a7a30844deee2825da9c287248 (patch)
tree016b6d2fecfdb493952e71485fd30bac97d10eee /res
parent813614bb28e287d6302dcb06a95867e76f573987 (diff)
downloadAntennaPod-a1262f28067031a7a30844deee2825da9c287248.zip
"Subscribe" button wasn't clickable on API 10
Diffstat (limited to 'res')
-rw-r--r--res/layout/onlinefeedview_header.xml1
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"
/>