8d0cd19322
lil update
17 lines
451 B
XML
17 lines
451 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
|
|
<stroke
|
|
android:width="2dp"
|
|
android:color="?colorSurfaceVariant" />
|
|
|
|
<solid android:color="?colorSurface" />
|
|
|
|
<corners
|
|
android:bottomLeftRadius="40dp"
|
|
android:bottomRightRadius="5dp"
|
|
android:topLeftRadius="40dp"
|
|
android:topRightRadius="30dp" />
|
|
|
|
</shape> |