blob: a22991f325cc684380588b4f60f74f607d4f777b (
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="#1B3A1E" android:endColor="#4A7C59" android:angle="135"/>
<corners android:radius="8dp"/>
</shape>
|