| | |
| | | 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> |
| | |
| | | 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" |