重新排版任务提醒总开关位置
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| #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 | ||||
| libraryProject= | ||||
| baseVersion=1.0 | ||||
| publishVersion=1.0.0 | ||||
| buildCount=457 | ||||
| buildCount=459 | ||||
| baseBetaVersion=1.0.1 | ||||
|   | ||||
| @@ -70,11 +70,7 @@ | ||||
| 			android:text="+" | ||||
| 			android:id="@+id/add_btn"/> | ||||
|  | ||||
| 		<Switch | ||||
| 			android:layout_width="match_parent" | ||||
| 			android:layout_height="wrap_content" | ||||
| 			android:text="提醒服务总开关" | ||||
| 			android:id="@+id/taskservice_sw"/> | ||||
| 		 | ||||
|  | ||||
| 	</LinearLayout> | ||||
|  | ||||
|   | ||||
| @@ -6,6 +6,13 @@ | ||||
| 	android:layout_width="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 | ||||
| 		android:orientation="horizontal" | ||||
| 		android:layout_width="match_parent" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ZhanGSKen
					ZhanGSKen