11 lines
305 B
XML
11 lines
305 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
|
|
<corners android:radius="32dp" />
|
|
<gradient
|
|
|
|
android:endColor="#00244CDB"
|
|
android:startColor="#5424DB"
|
|
android:type="linear" />
|
|
</shape> |