Commit 2e40df3d authored by Mygod's avatar Mygod

Fix plugin list not focusable

parent 102e2afa
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="?android:attr/selectableItemBackground" android:background="?android:attr/selectableItemBackground"
android:paddingStart="12dp" android:paddingStart="12dp"
android:paddingEnd="12dp"> android:paddingEnd="12dp"
android:focusable="true">
<ImageView android:id="@android:id/icon" <ImageView android:id="@android:id/icon"
android:layout_width="52dp" android:layout_width="52dp"
android:layout_height="52dp"/> android:layout_height="52dp"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment