From 13d00b6ce7199d67133b7989b207fdb5e5b12c63 Mon Sep 17 00:00:00 2001 From: lizhanwei <Dana_Lee1016@126.com> Date: 星期四, 23 四月 2020 14:03:12 +0800 Subject: [PATCH] 修改参数设置 虚拟键盘出现会被顶错乱的bug --- app/src/main/res/layout/layout_base_datas.xml | 39 +++++++++++++++++++++++++-------------- 1 files changed, 25 insertions(+), 14 deletions(-) diff --git a/app/src/main/res/layout/layout_base_datas.xml b/app/src/main/res/layout/layout_base_datas.xml index ec6242e..d2fab1c 100644 --- a/app/src/main/res/layout/layout_base_datas.xml +++ b/app/src/main/res/layout/layout_base_datas.xml @@ -4,25 +4,36 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:lee="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" - android:layout_height="match_parent"> - <Button - android:layout_width="96dp" - android:layout_height="wrap_content" - android:id="@+id/btn_save_platform" - android:textColor="@android:color/white" - android:textSize="@dimen/network_train_textsize24px" - android:background="@drawable/btn_state_save" - android:layout_alignParentEnd="true" - android:layout_marginRight="35dp" - android:layout_above="@+id/ll_container_set" - android:text="淇濆瓨"/> + android:layout_height="match_parent" + android:layout_marginTop="@dimen/ui_margin_20dp"> + <TextView + android:layout_width="114dp" + android:layout_height="43dp" + android:text="鍙傛暟璁剧疆" + android:textColor="#ffffffff" + android:textSize="23sp" + android:id="@+id/tvv" + android:layout_alignParentStart="true" + android:layout_marginLeft="20dp" + + /> +<Button + android:layout_width="96dp" + android:layout_height="35dp" + android:layout_alignParentEnd="true" + android:layout_marginRight="35dp" + android:background="@drawable/btn_state_save" + android:textColor="@android:color/white" + android:textSize="@dimen/network_train_textsize24px" + android:id="@+id/btn_save_platform" + android:text="淇濆瓨"/> <LinearLayout - android:layout_width="774dp" + android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" android:padding="10dp" + android:layout_below="@+id/btn_save_platform" android:id="@+id/ll_container_set" - android:layout_centerInParent="true" android:layout_marginLeft="@dimen/ui_margin_10dp" android:layout_marginRight="@dimen/ui_margin_10dp" android:gravity="center_horizontal" -- Gitblit v1.8.0