We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102e2af commit 2e40df3Copy full SHA for 2e40df3
mobile/src/main/res/layout/icon_list_item_2.xml
@@ -4,7 +4,8 @@
4
android:layout_height="wrap_content"
5
android:background="?android:attr/selectableItemBackground"
6
android:paddingStart="12dp"
7
- android:paddingEnd="12dp">
+ android:paddingEnd="12dp"
8
+ android:focusable="true">
9
<ImageView android:id="@android:id/icon"
10
android:layout_width="52dp"
11
android:layout_height="52dp"/>
0 commit comments