|
@@ -258,37 +258,37 @@
|
|
|
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
|
|
|
- <androidx.cardview.widget.CardView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_margin="5dp">
|
|
|
-
|
|
|
- <androidx.appcompat.widget.SwitchCompat
|
|
|
- android:id="@+id/auto_master_switch"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:paddingHorizontal="10dp"
|
|
|
- android:text="自动唤醒主应用"
|
|
|
- app:switchPadding="10dp" />
|
|
|
-
|
|
|
- </androidx.cardview.widget.CardView>
|
|
|
-
|
|
|
- <androidx.cardview.widget.CardView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_margin="5dp">
|
|
|
-
|
|
|
- <androidx.appcompat.widget.SwitchCompat
|
|
|
- android:id="@+id/auto_update_switch"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:paddingHorizontal="10dp"
|
|
|
- android:text="自动更新"
|
|
|
- app:switchPadding="10dp" />
|
|
|
-
|
|
|
- </androidx.cardview.widget.CardView>
|
|
|
+<!-- <androidx.cardview.widget.CardView-->
|
|
|
+<!-- android:layout_width="wrap_content"-->
|
|
|
+<!-- android:layout_height="wrap_content"-->
|
|
|
+<!-- android:layout_margin="5dp">-->
|
|
|
+
|
|
|
+<!-- <androidx.appcompat.widget.SwitchCompat-->
|
|
|
+<!-- android:id="@+id/auto_master_switch"-->
|
|
|
+<!-- android:layout_width="wrap_content"-->
|
|
|
+<!-- android:layout_height="wrap_content"-->
|
|
|
+<!-- android:layout_gravity="center"-->
|
|
|
+<!-- android:paddingHorizontal="10dp"-->
|
|
|
+<!-- android:text="自动唤醒主应用"-->
|
|
|
+<!-- app:switchPadding="10dp" />-->
|
|
|
+
|
|
|
+<!-- </androidx.cardview.widget.CardView>-->
|
|
|
+
|
|
|
+<!-- <androidx.cardview.widget.CardView-->
|
|
|
+<!-- android:layout_width="wrap_content"-->
|
|
|
+<!-- android:layout_height="wrap_content"-->
|
|
|
+<!-- android:layout_margin="5dp">-->
|
|
|
+
|
|
|
+<!-- <androidx.appcompat.widget.SwitchCompat-->
|
|
|
+<!-- android:id="@+id/auto_update_switch"-->
|
|
|
+<!-- android:layout_width="wrap_content"-->
|
|
|
+<!-- android:layout_height="wrap_content"-->
|
|
|
+<!-- android:layout_gravity="center"-->
|
|
|
+<!-- android:paddingHorizontal="10dp"-->
|
|
|
+<!-- android:text="自动更新"-->
|
|
|
+<!-- app:switchPadding="10dp" />-->
|
|
|
+
|
|
|
+<!-- </androidx.cardview.widget.CardView>-->
|
|
|
|
|
|
</com.google.android.flexbox.FlexboxLayout>
|
|
|
|