blob: 6c35bba23585007a2768d9305c31cd947f7d8983 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:type="linear"
android:angle="180"
android:startColor="@color/lagoon"
android:endColor="#dcf3ec"/>
<!--
<stroke android:width="1dp" android:color="#B1BCBE"/>-->
<corners
android:radius="10dp"/>
</shape>
|