From 9755d9eefb12f95fa45c785e526038e10c9c7115 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期五, 25 四月 2025 18:15:51 +0800
Subject: [PATCH] 短信fix
---
app/src/main/res/layout/activity_reminder_settings.xml | 76 +++++++++++++++++++-------------------
1 files changed, 38 insertions(+), 38 deletions(-)
diff --git a/app/src/main/res/layout/activity_reminder_settings.xml b/app/src/main/res/layout/activity_reminder_settings.xml
index 5675196..8aa58dc 100644
--- a/app/src/main/res/layout/activity_reminder_settings.xml
+++ b/app/src/main/res/layout/activity_reminder_settings.xml
@@ -109,56 +109,56 @@
</LinearLayout>
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:orientation="horizontal">
+<!-- <LinearLayout-->
+<!-- android:layout_width="0dp"-->
+<!-- android:layout_height="wrap_content"-->
+<!-- android:layout_weight="1"-->
+<!-- android:orientation="horizontal">-->
- <CheckBox
- android:id="@+id/checkBoxFlight"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
+<!-- <CheckBox-->
+<!-- android:id="@+id/checkBoxFlight"-->
+<!-- android:layout_width="wrap_content"-->
+<!-- android:layout_height="wrap_content" />-->
- <TextView
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="航班"
- android:textColor="#000000"
- android:textSize="14sp" />
+<!-- <TextView-->
+<!-- android:layout_width="0dp"-->
+<!-- android:layout_height="wrap_content"-->
+<!-- android:layout_weight="1"-->
+<!-- android:text="航班"-->
+<!-- android:textColor="#000000"-->
+<!-- android:textSize="14sp" />-->
- </LinearLayout>
+<!-- </LinearLayout>-->
</LinearLayout>
<!-- 第二行1个 -->
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
- android:orientation="horizontal">
+<!-- <LinearLayout-->
+<!-- android:layout_width="match_parent"-->
+<!-- android:layout_height="wrap_content"-->
+<!-- android:layout_marginTop="8dp"-->
+<!-- android:orientation="horizontal">-->
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="horizontal">
+<!-- <LinearLayout-->
+<!-- android:layout_width="wrap_content"-->
+<!-- android:layout_height="wrap_content"-->
+<!-- android:orientation="horizontal">-->
- <CheckBox
- android:id="@+id/checkBoxTrain"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
+<!-- <CheckBox-->
+<!-- android:id="@+id/checkBoxTrain"-->
+<!-- android:layout_width="wrap_content"-->
+<!-- android:layout_height="wrap_content" />-->
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="火车票"
- android:textColor="#000000"
- android:textSize="14sp" />
+<!-- <TextView-->
+<!-- android:layout_width="wrap_content"-->
+<!-- android:layout_height="wrap_content"-->
+<!-- android:text="火车票"-->
+<!-- android:textColor="#000000"-->
+<!-- android:textSize="14sp" />-->
- </LinearLayout>
- </LinearLayout>
+<!-- </LinearLayout>-->
+<!-- </LinearLayout>-->
<!-- 选择提醒方式部分 -->
<LinearLayout
--
Gitblit v1.9.3