feat: increase roundness of the select instance button background
Yes, this is the 3rd time I do this
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<solid android:color="@color/m3_primary_alpha11"/>
|
<solid android:color="@color/m3_primary_alpha11"/>
|
||||||
<corners android:radius="24dp"/>
|
<corners android:radius="28dp"/>
|
||||||
</shape>
|
</shape>
|
||||||
Reference in New Issue
Block a user