From 389853ce971a3da0e806dddd909bb43f5928c90c Mon Sep 17 00:00:00 2001 From: endian11 <Dana_Lee1016@126.com> Date: 星期二, 15 九月 2020 19:31:53 +0800 Subject: [PATCH] 路线采集ui --- app/src/main/res/layout/layout_select_dlg_three.xml | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/layout_select_dlg_three.xml b/app/src/main/res/layout/layout_select_dlg_three.xml index 2216de2..07cc147 100644 --- a/app/src/main/res/layout/layout_select_dlg_three.xml +++ b/app/src/main/res/layout/layout_select_dlg_three.xml @@ -3,7 +3,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="260dp" - android:layout_height="320dp" + android:layout_height="360dp" android:gravity="center" android:background="@drawable/bg_select_dlg" @@ -46,6 +46,14 @@ android:text="璺�冨湴鍥�(涓嶅惈鐏厜)" android:layout_marginLeft="@dimen/ui_margin_10dp" android:textColor="@android:color/white"/> + <RadioButton + android:layout_width="match_parent" + android:layout_height="@dimen/ui_margin_70dp" + android:id="@+id/rb4" + android:textSize="@dimen/network_train_textsize24px" + android:text="璺�冨湴鍥�(涓嶅惈鐏厜)" + android:layout_marginLeft="@dimen/ui_margin_10dp" + android:textColor="@android:color/white"/> </RadioGroup> -- Gitblit v1.8.0