feat: something

This commit is contained in:
aayush262 2024-03-22 20:38:34 +05:30
parent 02efc01a10
commit 917ffe644f
5 changed files with 16 additions and 17 deletions

View file

@ -8,7 +8,7 @@
android:layout_margin="8dp"
android:orientation="horizontal">
<com.google.android.material.card.MaterialCardView
<androidx.cardview.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="start|center_vertical"
@ -110,5 +110,5 @@
tools:ignore="HardcodedText,SmallSp" />
</LinearLayout>
</com.google.android.material.card.MaterialCardView>
</androidx.cardview.widget.CardView>
</FrameLayout>