| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <LinearLayout |
| | | xmlns:android="http://schemas.android.com/apk/res/android" |
| | | android:layout_width="210dp" |
| | | android:layout_width="230dp" |
| | | |
| | | android:layout_height="180dp" |
| | | android:layout_height="220dp" |
| | | android:gravity="center" |
| | | |
| | | android:background="@drawable/bg_select_dlg" |
| | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0dp" |
| | | android:layout_weight="2" |
| | | android:layout_weight="4" |
| | | android:orientation="horizontal" |
| | | > |
| | | <Button |
| | |
| | | android:layout_weight="1" |
| | | android:layout_marginTop="@dimen/ui_margin_10dp" |
| | | android:text="确定" |
| | | android:padding="@dimen/ui_margin_5dp" |
| | | android:padding="@dimen/ui_margin_20dp" |
| | | android:textSize="@dimen/network_train_textsize22px" |
| | | android:background="@drawable/bg_rgb_dlg" |
| | | android:textColor="@android:color/white" |
| | |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:padding="@dimen/ui_margin_5dp" |
| | | android:padding="@dimen/ui_margin_20dp" |
| | | android:layout_marginTop="@dimen/ui_margin_10dp" |
| | | android:text="取消" |
| | | android:textSize="@dimen/network_train_textsize22px" |