liugl
2020-07-31 a7446bb3995654a2c5e8d03589111d16e0734bfc
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <stroke android:width="1dp" android:color="#ff979797" />
    <solid android:color="#ff1f5e57" />
    <corners android:radius="8dp" />
</shape>