From 829bd1ec7b41cf4937181e9723ce8d6db34f1a0b Mon Sep 17 00:00:00 2001 From: endian11 <Dana_Lee1016@126.com> Date: 星期五, 10 一月 2020 17:40:12 +0800 Subject: [PATCH] Gps信息保存到数据库; --- app/src/main/res/layout/layout_rtk_setting.xml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/layout_rtk_setting.xml b/app/src/main/res/layout/layout_rtk_setting.xml index 83faf92..4efa44a 100644 --- a/app/src/main/res/layout/layout_rtk_setting.xml +++ b/app/src/main/res/layout/layout_rtk_setting.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" +<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" + android:layout_height="match_parent"> +<LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" @@ -171,3 +173,4 @@ android:id="@+id/btn_save_rtk" android:text="淇濆瓨"/> </LinearLayout> +</ScrollView> \ No newline at end of file -- Gitblit v1.8.0