version:5.2

fix:
update:主页增加退出按钮
This commit is contained in:
2022-10-21 11:48:17 +08:00
parent 95f7d25307
commit 2bc512e9bf
13 changed files with 617 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
<!-- 内部颜色 -->
<solid android:color="@color/lightGray" />
<!-- 圆角的幅度 -->
<corners android:radius="16dp" />
<corners android:radius="@dimen/dp_8" />
<padding
android:bottom="0dp"