14 lines
467 B
XML
14 lines
467 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<corners
|
|
android:bottomLeftRadius="8dp"
|
|
android:bottomRightRadius="8dp"
|
|
android:topLeftRadius="8dp"
|
|
android:topRightRadius="8dp" />
|
|
<gradient
|
|
android:angle="135"
|
|
android:centerColor="#8E6CFF"
|
|
android:endColor="#3696FF"
|
|
android:startColor="#AC40FF"
|
|
android:type="linear" />
|
|
</shape> |