唐浩
4 天以前 c92e2c6ba9176a971802e2217e0661dec03286b7
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <gradient
        android:angle="270"
        android:endColor="#6D94D9"
        android:startColor="#095296" />
    <corners android:radius="19dp" />
</shape>