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:
parent
43f450433e
commit
b699279a33
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue