app_center/commonmodule/src/main/res/drawable/shp_label_yellow.xml
2023-06-21 16:52:30 +08:00

5 lines
194 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/label_yellow" />
</shape>