app-aimz-im/baselib/src/main/res/drawable/shp_tr_radius_5.xml
2024-10-29 18:03:41 +08:00

7 lines
222 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="5dp" />
<solid android:color="#D0A4A4A4" />
</shape>