15 lines
497 B
XML
15 lines
497 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<gradient
|
|
android:angle="360"
|
|
android:endColor="#ff093a1f"
|
|
android:startColor="#ff1e4853"
|
|
android:type="linear"
|
|
android:useLevel="true" />
|
|
<corners
|
|
android:bottomLeftRadius="0dp"
|
|
android:bottomRightRadius="0dp"
|
|
android:topLeftRadius="14dp"
|
|
android:topRightRadius="14dp" />
|
|
</shape> |