添加主要服务启动设置

This commit is contained in:
ZhanGSKen
2025-02-26 04:35:14 +08:00
parent b9f740c386
commit 3734a659ff
5 changed files with 92 additions and 14 deletions

View File

@@ -18,6 +18,25 @@
android:layout_height="0dp"
android:layout_weight="1.0">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="服务设置:"/>
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<Switch
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="主要服务"
android:id="@+id/sw_mainservice"
android:layout_margin="10dp"/>
</LinearLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"