重新排版任务提醒总开关位置

This commit is contained in:
ZhanGSKen 2025-04-08 00:14:39 +08:00
parent 5774c1484d
commit 0ed96d6a33
3 changed files with 10 additions and 7 deletions

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #Created by .winboll/winboll_app_build.gradle
#Mon Apr 07 11:06:45 GMT 2025 #Mon Apr 07 16:13:21 GMT 2025
stageCount=0 stageCount=0
libraryProject= libraryProject=
baseVersion=1.0 baseVersion=1.0
publishVersion=1.0.0 publishVersion=1.0.0
buildCount=457 buildCount=459
baseBetaVersion=1.0.1 baseBetaVersion=1.0.1

View File

@ -70,11 +70,7 @@
android:text="+" android:text="+"
android:id="@+id/add_btn"/> android:id="@+id/add_btn"/>
<Switch
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="提醒服务总开关"
android:id="@+id/taskservice_sw"/>
</LinearLayout> </LinearLayout>

View File

@ -6,6 +6,13 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent">
<Switch
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="任务提醒服务总开关"
android:id="@+id/taskservice_sw"
android:padding="10dp"/>
<LinearLayout <LinearLayout
android:orientation="horizontal" android:orientation="horizontal"
android:layout_width="match_parent" android:layout_width="match_parent"