wjc
7 天以前 5f801b4f66f357b0f44926f75a2f72dc00af5c0c
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="@color/text_FFB300" />
    <corners android:bottomLeftRadius="@dimen/dp_6" />
</shape>