lmw
7 天以前 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="10dp" android:topLeftRadius="@dimen/dp_10"/>
    <solid android:color="@color/white"/>
</shape>