添加主服务

This commit is contained in:
ZhanGSKen
2025-02-13 07:29:48 +08:00
parent 75b2245061
commit b0e81fc960
9 changed files with 297 additions and 25 deletions

View File

@@ -2,7 +2,7 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -19,10 +19,18 @@
android:layout_weight="1.0"
android:background="#FFEEEEEE">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello, WinBoll!"/>
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<CheckBox
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="MainService"
android:id="@+id/activitymainCheckBox1"/>
</LinearLayout>
</LinearLayout>