From e5659a16092dc90fd7b06f3659158ddae6e1edd3 Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期一, 06 七月 2020 17:06:34 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- app/src/main/res/layout/layout_select_dlg.xml | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/layout_select_dlg.xml b/app/src/main/res/layout/layout_select_dlg.xml index a12674a..088f070 100644 --- a/app/src/main/res/layout/layout_select_dlg.xml +++ b/app/src/main/res/layout/layout_select_dlg.xml @@ -1,7 +1,7 @@ <?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" @@ -13,12 +13,14 @@ 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" @@ -39,12 +41,12 @@ </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> \ No newline at end of file -- Gitblit v1.8.0