We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad12d0f commit 0cee7a4Copy full SHA for 0cee7a4
app/src/main/res/layout/item_files.xml
@@ -10,7 +10,8 @@
10
android:layout_height="wrap_content"
11
android:layout_marginStart="8dp"
12
android:layout_marginTop="8dp"
13
- android:layout_marginEnd="8dp">
+ android:layout_marginEnd="8dp"
14
+ android:background="?android:attr/selectableItemBackground">
15
16
<LinearLayout
17
android:id="@+id/list_item"
app/src/main/res/layout/item_symbols.xml
@@ -11,6 +11,7 @@
android:layout_marginEnd="8dp"
+ android:background="?android:attr/selectableItemBackground"
android:orientation="horizontal"
tools:ignore="UselessParent">
0 commit comments