GPS信息接收服务总开关UI接口优化。

This commit is contained in:
2026-07-05 15:05:56 +08:00
parent e7fdf3ce6a
commit 5283ebadc9
@@ -1,15 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="16dp">
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="16dp">
<Switch
android:id="@+id/sw_gps_service"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="GPS定位服务" />
<Switch
android:id="@+id/sw_gps_service"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="GPS定位服务"/>
</LinearLayout>
</LinearLayout>