admin
2022-05-07 4c7cde7ae5ed57335405459e47de4bbd2726c4ba
android/app/src/main/res/layout/dialog_exit.xml
@@ -5,15 +5,16 @@
    android:layout_height="wrap_content"
    android:background="@drawable/shape_white_corner_radius_common"
    android:gravity="center_horizontal"
    android:orientation="vertical"
    android:padding="10dp">
    android:orientation="vertical">
    <TextView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="4dp"
        android:layout_marginLeft="10dp"
        android:layout_marginTop="14dp"
        android:layout_marginRight="10dp"
        android:gravity="center"
        android:text="温馨提示"
        android:text="确定要离开了吗?"
        android:textColor="@color/theme"
        android:textSize="18sp"
        android:textStyle="bold"></TextView>
@@ -26,13 +27,22 @@
        android:text="你是真的要离开吗?"
        android:textColor="@color/exit_dialog_content_text_color"
        android:textSize="17sp"
        android:visibility="gone"></TextView>
        ></TextView>
    <FrameLayout
        android:id="@+id/fl_ad"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:paddingTop="10dp"
        android:paddingBottom="10dp"></FrameLayout>
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content">
        android:layout_height="wrap_content"
        android:layout_marginLeft="10dp"
        android:layout_marginRight="10dp"
        android:layout_marginBottom="10dp">
        <TextView
            android:id="@+id/tv_positive"