fix: app card not normal doesn't have click animation

This commit is contained in:
proletarius101 2024-03-16 02:24:53 +08:00
parent d3bebab04d
commit 35cb07709d
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@
android:id="@+id/card"
android:layout_width="120dp"
android:layout_height="144dp"
android:layout_margin="4dp">
android:layout_margin="4dp"
android:clickable="true"
android:focusable="true">
<LinearLayout
android:layout_width="match_parent"