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