WallpaperEngine/test2/src/main/res/drawable/retc_16.xml
2025-12-04 11:03:36 +08:00

7 lines
236 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="16dp" />
<solid android:color="@color/color_main_view" />
</shape>