wjc
2024-11-27 36487596c9951571f376e3d181d46ee11174f8e2
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <corners android:radius="@dimen/dp_8" />
    <solid android:color="@color/text_FF555859" />
</shape>