Files
UIUIPad-Launcher3-Q/res/drawable/bg_dialog.xml
tongtongstudio ed8310da47 version:1.5
fix:迁移到奥乐云平台
add:
2021-12-10 14:49:23 +08:00

10 lines
287 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#ffffff" />
<stroke
android:width="0.8dp"
android:color="#ffffff" />
<!-- 圆角 -->
<corners android:radius="6dp" />
</shape>