|
@@ -10,7 +10,7 @@
|
|
|
android:visibility="gone"
|
|
|
tools:visibility="visible">
|
|
|
|
|
|
- <androidx.cardview.widget.CardView
|
|
|
+ <com.google.android.material.card.MaterialCardView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
app:cardCornerRadius="@dimen/dialog_radius">
|
|
@@ -29,6 +29,6 @@
|
|
|
|
|
|
</com.google.android.material.appbar.MaterialToolbar>
|
|
|
|
|
|
- </androidx.cardview.widget.CardView>
|
|
|
+ </com.google.android.material.card.MaterialCardView>
|
|
|
|
|
|
</FrameLayout>
|