| | |
| | | xmlns:tools="http://schemas.android.com/tools" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:background="@drawable/shape_white_corner_radius_3" |
| | | android:background="@drawable/shape_white_corner_radius_common" |
| | | android:gravity="center_horizontal" |
| | | android:orientation="vertical" |
| | | android:padding="20dp"> |
| | | 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> |
| | |
| | | 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" |
| | | android:layout_width="0dp" |
| | | android:layout_height="35dp" |
| | | android:layout_weight="1" |
| | | android:background="@color/theme" |
| | | android:background="@drawable/shape_theme_corner_radius_common" |
| | | android:gravity="center" |
| | | android:text="再看看" |
| | | android:textColor="@color/white" |
| | | android:textSize="15sp"></TextView> |
| | | |
| | | <View |
| | | android:layout_width="18dp" |
| | | android:layout_width="10dp" |
| | | android:layout_height="1dp"></View> |
| | | |
| | | |
| | |
| | | android:layout_width="0dp" |
| | | android:layout_height="35dp" |
| | | android:layout_weight="1" |
| | | android:background="@color/exit_dialog_nagative_bg_color" |
| | | android:background="@drawable/shape_exit_dialog_negative_bg" |
| | | android:gravity="center" |
| | | android:text="狠心离开" |
| | | android:textColor="@color/white" |