cloudroam
2025-02-28 1097c45d8d6aa4b74a50e8d9a99dedab73f2bbad
app/src/main/res/layout/fragment_reminder_settings.xml
@@ -6,31 +6,31 @@
    android:background="#FAFAFA">
    <!-- 标题栏 -->
    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="56dp"
        android:background="#FFFFFF"
        android:elevation="1dp">
<!--    <RelativeLayout-->
<!--        android:layout_width="match_parent"-->
<!--        android:layout_height="56dp"-->
<!--        android:background="#FFFFFF"-->
<!--        android:elevation="1dp">-->
        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerInParent="true"
            android:text="新增短信提醒"
            android:textSize="17sp"
            android:textColor="#222222" />
<!--        <TextView-->
<!--            android:layout_width="wrap_content"-->
<!--            android:layout_height="wrap_content"-->
<!--            android:layout_centerInParent="true"-->
<!--            android:text="新增短信提醒"-->
<!--            android:textSize="17sp"-->
<!--            android:textColor="#222222" />-->
        <!-- 关闭按钮 -->
        <ImageButton
            android:id="@+id/btn_close"
            android:layout_width="48dp"
            android:layout_height="48dp"
            android:layout_alignParentEnd="true"
            android:layout_centerVertical="true"
            android:background="?attr/selectableItemBackgroundBorderless"
            android:padding="12dp"
            android:src="@android:drawable/ic_menu_close_clear_cancel" />
    </RelativeLayout>
<!--        &lt;!&ndash; 关闭按钮 &ndash;&gt;-->
<!--        <ImageButton-->
<!--            android:id="@+id/btn_close"-->
<!--            android:layout_width="48dp"-->
<!--            android:layout_height="48dp"-->
<!--            android:layout_alignParentEnd="true"-->
<!--            android:layout_centerVertical="true"-->
<!--            android:background="?attr/selectableItemBackgroundBorderless"-->
<!--            android:padding="12dp"-->
<!--            android:src="@android:drawable/ic_menu_close_clear_cancel" />-->
<!--    </RelativeLayout>-->
    <!-- 内容区域 -->
    <LinearLayout