14 lines
439 B
XML
14 lines
439 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<gradient
|
|
android:angle="45"
|
|
android:centerColor="#220A3C"
|
|
android:endColor="#0E1633"
|
|
android:startColor="#0E1633" />
|
|
<corners
|
|
android:bottomLeftRadius="0dp"
|
|
android:bottomRightRadius="0dp"
|
|
android:topLeftRadius="12dp"
|
|
android:topRightRadius="12dp" />
|
|
</shape>
|