| | |
| | | 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:padding="10dp"> |
| | | |
| | | <TextView |
| | | android:layout_width="match_parent" |
| | |
| | | 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" |