From 98508eb8eb40e2e995045a7b9fb5b69bbd0e7c8c Mon Sep 17 00:00:00 2001 From: fctom1215 <fctom1215@outlook.com> Date: 星期四, 27 八月 2020 17:31:03 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/endian11/DriveJudge --- app/src/main/res/layout/layout_mapfragment.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/app/src/main/res/layout/layout_mapfragment.xml b/app/src/main/res/layout/layout_mapfragment.xml index edc85b3..cd9b7a4 100644 --- a/app/src/main/res/layout/layout_mapfragment.xml +++ b/app/src/main/res/layout/layout_mapfragment.xml @@ -22,4 +22,12 @@ android:background="@drawable/btn_state_save" android:layout_marginLeft="120dp" android:text="缂╁皬"/> + <Button + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="bottom|left" + android:id="@+id/btn_change_map" + android:background="@drawable/btn_state_save" + android:layout_marginLeft="240dp" + android:text="鍒囨崲鍦板浘"/> </FrameLayout> \ No newline at end of file -- Gitblit v1.8.0