lmw
9 天以前 1bc46a8c502b8e9db6ee901dc003d9780a6c6fed
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <corners android:topRightRadius="4dp" android:topLeftRadius="4dp"/>
    <gradient android:startColor="#095296" android:endColor="#6D94D9"/>
</shape>