blob: 6f1cc7fe35d6379a02b9153fda3ba126e328dcb1 (
plain)
1
2
3
4
5
6
|
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient android:startColor="#BF360C" android:centerColor="#FF8F00" android:endColor="#0288D1" android:angle="135"/>
<corners android:radius="8dp"/>
</shape>
|