5 lines
282 B
XML
5 lines
282 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<corners android:topLeftRadius="10dp" android:topRightRadius="10dp"/>
|
|
<gradient android:type="linear" android:startColor="#FFBE41" android:endColor="#FF8D41"/>
|
|
</shape> |