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

13 lines
409 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<!-- 内部颜色 -->
<solid
android:color="@color/check_update_color" />
<!-- 圆角的幅度 -->
<corners
android:topLeftRadius="24dp"
android:topRightRadius="24dp"
android:bottomLeftRadius="24dp"
android:bottomRightRadius="24dp" />
</shape>