9 lines
270 B
XML
9 lines
270 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<corners android:radius="24dp" />
|
|
<gradient
|
|
android:angle="270"
|
|
android:endColor="#6F50E9"
|
|
android:startColor="#6F50E9" />
|
|
</shape> |