Unify corner radius across all UI elements to Material Design 3 standard
This commit is contained in:
parent
d18d4d4de0
commit
e98cd8b8e7
4 changed files with 5 additions and 5 deletions
|
|
@ -86,8 +86,8 @@
|
|||
android:id="@+id/inputCard"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:cardCornerRadius="28dp"
|
||||
app:cardElevation="4dp">
|
||||
app:cardCornerRadius="16dp"
|
||||
app:cardElevation="2dp">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue