10 lines
300 B
XML
10 lines
300 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
<gradient
|
||
|
|
android:angle="135"
|
||
|
|
android:startColor="#FF6B9D"
|
||
|
|
android:endColor="#C06C84"
|
||
|
|
android:type="linear" />
|
||
|
|
<corners android:radius="12dp" />
|
||
|
|
</shape>
|