endian11
2020-09-29 ffb49b1d4776385826592feaeb682302b8733e7c
增加scrollview 档位相关设置
1个文件已修改
7 ■■■■ 已修改文件
app/src/main/res/layout/fragment_gear_setting.xml 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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
@@ -109,3 +111,4 @@
        />
    </LinearLayout>
</LinearLayout>
</ScrollView>