mac
2024-07-02 6c7f4753558099fb19919db8a3663c88d2a06e40
app/src/main/res/layout/dialog_list.xml
@@ -3,8 +3,7 @@
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/text_60000000"
    >
    android:background="@color/text_60000000">
    <androidx.constraintlayout.widget.ConstraintLayout
        android:id="@+id/dialog_parent"
@@ -24,6 +23,7 @@
            app:layout_constraintBottom_toBottomOf="parent"
            app:layout_constraintEnd_toEndOf="parent"
            app:layout_constraintStart_toStartOf="parent"
            app:layout_constraintTop_toTopOf="parent" />
    </androidx.constraintlayout.widget.ConstraintLayout>