UI界面优化

This commit is contained in:
ZhanGSKen 2025-03-03 20:42:00 +08:00
parent 51a1cf1e26
commit f263733609
2 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #Created by .winboll/winboll_app_build.gradle
#Mon Mar 03 17:39:16 HKT 2025 #Mon Mar 03 12:41:01 GMT 2025
stageCount=7 stageCount=7
libraryProject= libraryProject=
baseVersion=1.0 baseVersion=1.0
publishVersion=1.0.6 publishVersion=1.0.6
buildCount=0 buildCount=7
baseBetaVersion=1.0.7 baseBetaVersion=1.0.7

View File

@ -62,7 +62,7 @@
<Switch <Switch
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="是否启用云盾" android:text="是否启用云盾防御"
android:layout_margin="5dp" android:layout_margin="5dp"
android:id="@+id/sw_IsEnableDun" android:id="@+id/sw_IsEnableDun"
android:onClick="onSW_IsEnableDun"/> android:onClick="onSW_IsEnableDun"/>
@ -78,7 +78,7 @@
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="初始防御层数量:"/> android:text="初始防御层的叠加数量:"/>
<EditText <EditText
android:layout_width="0dp" android:layout_width="0dp"
@ -99,7 +99,7 @@
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="恢复防御时间间隔(秒钟)"/> android:text="防御层每次恢复的时间间隔(秒钟)"/>
<EditText <EditText
android:layout_width="0dp" android:layout_width="0dp"
@ -120,7 +120,7 @@
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="每小时回复防御数量:"/> android:text="防御层每次恢复的叠加数量:"/>
<EditText <EditText
android:layout_width="0dp" android:layout_width="0dp"