12 lines
353 B
XML
12 lines
353 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
|
|
<corners
|
|
android:topLeftRadius="16dp"
|
|
android:topRightRadius="16dp" />
|
|
<gradient
|
|
android:angle="270"
|
|
android:endColor="#1A91D3"
|
|
android:startColor="#1FDCAF" />
|
|
</shape> |