|
@@ -1,6 +1,8 @@
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<gradient android:startColor="#FFEDE0"
|
|
<gradient android:startColor="#FFEDE0"
|
|
- android:endColor="#FFC7A2"/>
|
|
|
|
|
|
+ android:centerColor="#FFC7A2"
|
|
|
|
+ android:angle="315"
|
|
|
|
+ android:endColor="#FFD4B5"/>
|
|
<corners android:radius="10dp"/>
|
|
<corners android:radius="10dp"/>
|
|
</shape>
|
|
</shape>
|