version:1.7.2

fix:
update:细节优化
This commit is contained in:
2024-01-09 09:26:45 +08:00
parent a232b6919d
commit 9c2f01d215
15 changed files with 564 additions and 354 deletions

View File

@@ -4,7 +4,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/control_background">
android:background="@drawable/control_background"
tools:context=".activity.ExitActivity">
<ImageView
android:id="@+id/imageView5"

View File

@@ -6,7 +6,6 @@
android:layout_height="match_parent"
tools:context=".activity.NoticeActivity">
<TextView
android:id="@+id/tv_title"
android:layout_width="wrap_content"

View File

@@ -4,6 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".activity.PasswordActivity"
android:background="@drawable/control_background">
<ImageView