Allow to focus settings button

Without this change, it seems like the sidebar is not usable
by using arrow keys only.

Related to #445.
This commit is contained in:
ByteHamster 2018-04-05 17:45:36 +02:00
parent 43f450433e
commit b699279a33
1 changed files with 2 additions and 1 deletions

View File

@ -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"