wjc
2024-12-11 c92e5511f6f5b46f225e5254222ff64cee7b5d1e
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <corners android:radius="@dimen/dp_17" />
    <solid android:color="#FF2D2D2D" />
 
</shape>