Skip to content

Commit 0cee7a4

Browse files
committed
Add click animation
1 parent ad12d0f commit 0cee7a4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/src/main/res/layout/item_files.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
android:layout_height="wrap_content"
1111
android:layout_marginStart="8dp"
1212
android:layout_marginTop="8dp"
13-
android:layout_marginEnd="8dp">
13+
android:layout_marginEnd="8dp"
14+
android:background="?android:attr/selectableItemBackground">
1415

1516
<LinearLayout
1617
android:id="@+id/list_item"

app/src/main/res/layout/item_symbols.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
android:layout_marginStart="8dp"
1212
android:layout_marginTop="8dp"
1313
android:layout_marginEnd="8dp"
14+
android:background="?android:attr/selectableItemBackground"
1415
android:orientation="horizontal"
1516
tools:ignore="UselessParent">
1617

0 commit comments

Comments
 (0)