filler fix

This commit is contained in:
aayush262 2024-01-25 00:20:19 +05:30
parent 8bc3631964
commit 513ed31b08

View file

@ -9,6 +9,7 @@
android:backgroundTintMode="src_atop"
android:longClickable="true"
android:background="@drawable/card_outline"
android:backgroundTint="?attr/colorSurfaceVariant"
app:cardCornerRadius="16dp">
<View
@ -21,7 +22,6 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/colorSurfaceVariant"
android:orientation="vertical">
<LinearLayout