Adjust CardView styles

This commit is contained in:
arkon
2021-11-15 10:11:47 -05:00
parent ce8a759192
commit 9600675677
6 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -22,7 +22,6 @@
android:layout_height="48dp"
app:cardBackgroundColor="#2E51A2"
app:cardElevation="0dp"
app:strokeWidth="0dp"
app:shapeAppearanceOverlay="@style/ShapeAppearanceOverlay.MaterialCardView.Tracker">
<ImageView
@@ -79,6 +78,7 @@
<com.google.android.material.card.MaterialCardView
android:id="@+id/card"
style="@style/Widget.Material3.CardView.Outlined"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"