This commit is contained in:
pengxiaolong
2026-03-02 13:01:54 +08:00
parent c018243116
commit 3a65b3f43d
19 changed files with 582 additions and 73 deletions

View File

@@ -0,0 +1,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#FF0000" />
<corners android:radius="@dimen/sw_8dp" />
</shape>