From 9f4af8f45a67819d32f1c403025b7090c027c457 Mon Sep 17 00:00:00 2001 From: endian11 <Dana_Lee1016@126.com> Date: 星期四, 10 九月 2020 15:54:04 +0800 Subject: [PATCH] 把道路、场地、模型更新功能放到设置参数;修改基础数据,使之对齐 --- app/src/main/res/layout/layout_base_datas.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 43 insertions(+), 0 deletions(-) diff --git a/app/src/main/res/layout/layout_base_datas.xml b/app/src/main/res/layout/layout_base_datas.xml index 90e75cd..7b3b3a0 100644 --- a/app/src/main/res/layout/layout_base_datas.xml +++ b/app/src/main/res/layout/layout_base_datas.xml @@ -215,6 +215,49 @@ </LinearLayout> + <LinearLayout + android:layout_width="match_parent" + android:layout_marginBottom="10dp" + android:layout_height="60dp" + android:gravity="center_vertical" + android:orientation="horizontal"> + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:textColor="@android:color/white" + android:textSize="@dimen/network_train_textsize25px" + android:text="鍦板浘鍗囩骇锛�"/> + + + <Button android:layout_width="129dp" + android:layout_height="@dimen/ui_margin_50dp" + android:text="杞﹁締妯″瀷鍗囩骇" + android:padding="5dp" + android:textColor="@android:color/white" + android:textSize="@dimen/network_train_textsize21px" + android:layout_marginLeft="60dp" + android:id="@+id/btn_car_upgrade" + android:background="@drawable/btn_bg_baseset"/> + <Button android:layout_width="129dp" + android:layout_height="@dimen/ui_margin_50dp" + android:text="鍦哄湴鍦板浘鍗囩骇" + android:padding="5dp" + android:textColor="@android:color/white" + android:textSize="@dimen/network_train_textsize21px" + android:id="@+id/btn_yard_update" + android:layout_marginLeft="8dp" + android:background="@drawable/btn_bg_baseset"/> + <Button android:layout_width="129dp" + android:layout_height="@dimen/ui_margin_50dp" + android:text="閬撹矾鍦板浘鍗囩骇" + android:padding="5dp" + android:textColor="@android:color/white" + android:textSize="@dimen/network_train_textsize21px" + android:id="@+id/btn_road_update" + android:layout_marginLeft="8dp" + android:background="@drawable/btn_bg_baseset"/> + + </LinearLayout> </LinearLayout> -- Gitblit v1.8.0