39 lines
1.4 KiB
XML
39 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<stroke
|
|
android:width="0dp"
|
|
android:color="#FFFFFF" />
|
|
<gradient
|
|
android:angle="180"
|
|
android:endColor="#00FF0A"
|
|
android:startColor="#FFDC00" />
|
|
<corners
|
|
android:bottomLeftRadius="20dp"
|
|
android:bottomRightRadius="20dp"
|
|
android:topLeftRadius="20dp"
|
|
android:topRightRadius="20dp" />
|
|
</shape>
|
|
</item>
|
|
<item
|
|
android:bottom="2dp"
|
|
android:left="0dp"
|
|
android:right="0dp"
|
|
android:top="0dp">
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<stroke
|
|
android:width="0dp"
|
|
android:color="#FFFFFF" />
|
|
<gradient
|
|
android:angle="180"
|
|
android:endColor="?attr/colorOnBackground"
|
|
android:startColor="?attr/colorOnBackground" />
|
|
<corners
|
|
android:bottomLeftRadius="20dp"
|
|
android:bottomRightRadius="20dp"
|
|
android:topLeftRadius="20dp"
|
|
android:topRightRadius="20dp" />
|
|
</shape>
|
|
</item>
|
|
</layer-list> |