Merge pull request #2625 from ByteHamster/focus
Allow to focus settings button
This commit is contained in:
commit
396d9c41a6
@ -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…
x
Reference in New Issue
Block a user