[MD3] Added more rounded-ness to all Cards, dialogs, etc.

This commit is contained in:
Prathamesh More 2021-11-12 17:04:33 +05:30
parent 3fe882c79c
commit 38a8c6a87a
36 changed files with 66 additions and 54 deletions

View file

@ -8,7 +8,7 @@
<com.google.android.material.card.MaterialCardView
android:layout_width="0dp"
android:layout_height="0dp"
app:cardCornerRadius="8dp"
app:cardCornerRadius="@dimen/m3_card_corner_radius"
app:cardElevation="8dp"
app:cardUseCompatPadding="true"
app:layout_constraintBottom_toBottomOf="parent"