summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2018-04-05 17:45:36 +0200
committerByteHamster <info@bytehamster.com>2018-04-05 17:45:36 +0200
commitb699279a33525cc6de74a584aadda4c941a4ccbb (patch)
tree9a111660730658771956adc4d71c655af7be5009 /app
parent43f450433eb91a698fcb2a9214cd4b3df2ca7d2e (diff)
downloadAntennaPod-b699279a33525cc6de74a584aadda4c941a4ccbb.zip
Allow to focus settings button
Without this change, it seems like the sidebar is not usable by using arrow keys only. Related to #445.
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/nav_list.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/nav_list.xml b/app/src/main/res/layout/nav_list.xml
index db4d44675..e2fe61e28 100644
--- a/app/src/main/res/layout/nav_list.xml
+++ b/app/src/main/res/layout/nav_list.xml
@@ -15,7 +15,8 @@
android:layout_alignParentBottom="true"
android:background="?attr/selectableItemBackground"
android:contentDescription="@string/settings_label"
- android:orientation="horizontal">
+ android:orientation="horizontal"
+ android:focusable="true">
<ImageView
android:id="@+id/imgvCover"