From ffb49b1d4776385826592feaeb682302b8733e7c Mon Sep 17 00:00:00 2001
From: endian11 <Dana_Lee1016@126.com>
Date: 星期二, 29 九月 2020 14:19:48 +0800
Subject: [PATCH] 增加scrollview 档位相关设置

---
 app/src/main/res/layout/fragment_gear_setting.xml |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/app/src/main/res/layout/fragment_gear_setting.xml b/app/src/main/res/layout/fragment_gear_setting.xml
index 33fc812..b69d301 100644
--- a/app/src/main/res/layout/fragment_gear_setting.xml
+++ b/app/src/main/res/layout/fragment_gear_setting.xml
@@ -1,6 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:app="http://schemas.android.com/apk/res-auto"
-    xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
+<ScrollView  xmlns:app="http://schemas.android.com/apk/res-auto"
+    xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="match_parent"
+    android:layout_width="match_parent">
+<LinearLayout android:layout_width="match_parent"
     android:orientation="vertical"
     android:layout_height="match_parent">
 <safeluck.drive.evaluation.fragment.rulefragments.cview.TextEditText
@@ -108,4 +110,5 @@
         android:id="@+id/tedit_4_gea_r"
         />
     </LinearLayout>
-</LinearLayout>
\ No newline at end of file
+</LinearLayout>
+</ScrollView>
\ No newline at end of file

--
Gitblit v1.8.0