11 lines
306 B
XML
11 lines
306 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<corners android:radius="17dp"/>
|
|
<gradient
|
|
android:endColor="#FF9a4f"
|
|
android:startColor="#FF516A"
|
|
android:type="linear"
|
|
android:angle="45"
|
|
/>
|
|
|
|
</shape> |