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
|
|
@ -2,5 +2,5 @@
|
|||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#00000000"/>
|
||||
<corners android:radius="20dp"/>
|
||||
<corners android:radius="12dp"/>
|
||||
</shape>
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -29,6 +29,6 @@
|
|||
|
||||
<style name="AlertDialogShapeAppearance" parent="">
|
||||
<item name="cornerFamily">rounded</item>
|
||||
<item name="cornerSize">24dp</item>
|
||||
<item name="cornerSize">28dp</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
|
@ -29,6 +29,6 @@
|
|||
|
||||
<style name="AlertDialogShapeAppearance" parent="">
|
||||
<item name="cornerFamily">rounded</item>
|
||||
<item name="cornerSize">24dp</item>
|
||||
<item name="cornerSize">28dp</item>
|
||||
</style>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue