Photography_Wallpapers/app/src/main/res/drawable/set_wallpaper_shape.xml
litingting d11595cbb8 init
2024-08-07 13:44:22 +08:00

7 lines
235 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="18dp" />
<solid android:color="@color/category_aplah" />
</shape>