|
@@ -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"
|