Skip to content

Commit 2e40df3

Browse files
committed
Fix plugin list not focusable
1 parent 102e2af commit 2e40df3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mobile/src/main/res/layout/icon_list_item_2.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
android:layout_height="wrap_content"
55
android:background="?android:attr/selectableItemBackground"
66
android:paddingStart="12dp"
7-
android:paddingEnd="12dp">
7+
android:paddingEnd="12dp"
8+
android:focusable="true">
89
<ImageView android:id="@android:id/icon"
910
android:layout_width="52dp"
1011
android:layout_height="52dp"/>

0 commit comments

Comments
 (0)