version:4.0

fix:
update:修改主页,更换图片资源
This commit is contained in:
2023-11-15 15:52:42 +08:00
parent a187a9e84e
commit 304d809ee9
59 changed files with 364 additions and 188 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<!-- 内部颜色 -->
<solid android:color="@color/control_bg_color" />
<!-- 圆角的幅度 -->
<corners android:radius="16dp" />
</shape>