| | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:padding="5dp" |
| | | android:layout_margin="@dimen/dialog_bg_margin" |
| | | android:background="@drawable/base_bg_dialog_top_stroke" |
| | | android:gravity="center" |
| | | android:orientation="vertical"> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/textData" |
| | | android:layout_width="300dp" |
| | | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_marginTop="20dp" |
| | | android:layout_marginRight="20dp" |
| | | android:gravity="center" |
| | | android:text="提 示" |
| | | android:textColor="@color/text_color" |
| | | android:textSize="20sp" /> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="2px" |
| | | android:layout_marginTop="20dp" |
| | | android:background="@color/line_bg" /> |
| | | <TextView |
| | | android:id="@+id/textData" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_marginTop="30dp" |
| | | android:layout_marginRight="20dp" |
| | | android:gravity="center" |
| | | android:textColor="@color/text_color" |
| | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="2px" |
| | | android:layout_marginTop="20dp" |
| | | android:layout_marginTop="30dp" |
| | | android:background="@color/line_bg" /> |
| | | |
| | | <LinearLayout |
| | |
| | | android:paddingTop="5dp" |
| | | android:paddingRight="15dp" |
| | | android:paddingBottom="5dp" |
| | | android:background="@drawable/textview_select_bg" |
| | | android:text="确 认" |
| | | android:textColor="@color/dialog_btn" |
| | | android:textSize="20sp" /> |