Files
Android-key-of-love/app/src/main/res/drawable/dialog_background.xml

6 lines
201 B
XML
Raw Normal View History

2025-12-26 22:01:04 +08:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#FFFFFF" />
2026-02-10 18:26:31 +08:00
<corners android:radius="@dimen/sw_16dp" />
2025-12-26 22:01:04 +08:00
</shape>