version:3.1

fix:
update:桌面布局优化,增加手动更新和手动绑定
This commit is contained in:
2023-04-26 11:27:00 +08:00
parent 9ff5e23cb6
commit dee497c0a2
42 changed files with 274 additions and 318 deletions

View File

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