| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <LinearLayout |
| | | xmlns:android="http://schemas.android.com/apk/res/android" |
| | | android:layout_width="210dp" |
| | | android:layout_width="220dp" |
| | | |
| | | android:layout_height="210dp" |
| | | android:gravity="center" |
| | |
| | | android:layout_height="wrap_content" |
| | | android:textSize="@dimen/network_train_textsize20px" |
| | | android:textColor="@android:color/white" |
| | | android:layout_margin="@dimen/ui_margin_10dp" |
| | | android:padding="@dimen/ui_margin_10dp" |
| | | android:background="@drawable/bg_select_dlg" |
| | | android:text="请选择一个项目:"/> |
| | | <RadioGroup |
| | | android:background="@drawable/bg_rgb_dlg" |
| | | |
| | | android:layout_width="match_parent" |
| | | android:id="@+id/radiogroub" |
| | | android:layout_marginRight="@dimen/ui_margin_10dp" |
| | | android:layout_height="wrap_content"> |
| | | <RadioButton |
| | | android:layout_width="match_parent" |
| | |
| | | |
| | | </RadioGroup> |
| | | <Button |
| | | android:background="@drawable/bg_select_dlg" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="@dimen/ui_margin_10dp" |
| | | android:text="确定" |
| | | android:textSize="@dimen/network_train_textsize22px" |
| | | android:background="@null" |
| | | android:textColor="@android:color/white" |
| | | android:id="@+id/btn_sure_"/> |
| | | </LinearLayout> |