wjc
2024-12-23 1863007fd5fc407af48a27c47362e0b1345b668a
app/src/main/res/layout/dialog_default_filtering.xml
@@ -1,26 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    <RelativeLayout
        android:id="@+id/click_rl"
        android:layout_width="match_parent"
        android:layout_height="@dimen/dp_0"
        app:layout_constraintBottom_toTopOf="@+id/default_filtering_cl"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toTopOf="parent" />
    <androidx.constraintlayout.widget.ConstraintLayout
        android:id="@+id/default_filtering_cl"
        android:layout_width="match_parent"
        android:layout_height="447dp"
        android:background="@drawable/l_r_13"
    android:layout_height="wrap_content"
    android:background="@drawable/dalog_bj_13_ff222222"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent">
        <RelativeLayout
            android:id="@+id/cancel_affirm_cl"
@@ -324,10 +312,11 @@
            android:id="@+id/reset_rl"
            android:layout_width="0dp"
            android:layout_height="@dimen/dp_52"
            android:background="@color/text_FF555859"
            app:layout_constraintBottom_toBottomOf="parent"
        android:layout_marginTop="@dimen/dp_26"
        android:background="@color/text_FF39383D"
            app:layout_constraintEnd_toEndOf="parent"
            app:layout_constraintStart_toStartOf="parent">
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toBottomOf="@+id/off_network_tv">
            <LinearLayout
                android:layout_width="wrap_content"
@@ -354,8 +343,5 @@
                    android:textSize="@dimen/text_14" />
            </LinearLayout>
        </RelativeLayout>
    </androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>