app-aimz-im/baselib/src/main/res/drawable/shp_tr_radius_5.xml

7 lines
222 B
XML
Raw Normal View History

2024-10-28 18:07:23 +08:00
<?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="#78FFFFFF" />
</shape>