Merge pull request #2625 from ByteHamster/focus

Allow to focus settings button
This commit is contained in:
Martin Fietz 2018-04-05 18:48:09 +02:00 committed by GitHub
commit 396d9c41a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"