This repository was archived by the owner on Jul 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-9
lines changed Expand file tree Collapse file tree 2 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ <ScrollView xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
xmlns : tools =" http://schemas.android.com/tools"
4
4
android : layout_width =" match_parent"
5
- android : layout_height =" match_parent"
6
- android : background =" @color/windowBackground"
7
- android : gravity =" center_horizontal"
8
- android : orientation =" vertical" >
5
+ android : layout_height =" match_parent" >
6
+
7
+ <LinearLayout
8
+ android : layout_width =" match_parent"
9
+ android : layout_height =" match_parent"
10
+ android : background =" @color/windowBackground"
11
+ android : gravity =" center_horizontal"
12
+ android : orientation =" vertical" >
9
13
10
14
<android .support.design.widget.AppBarLayout
11
15
android : layout_width =" match_parent"
164
168
android : paddingTop =" 8dp"
165
169
android : text =" @string/legal"
166
170
android : textColor =" #ff0099cc" />
167
- </LinearLayout >
171
+ </LinearLayout >
172
+ </ScrollView >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ <ScrollView xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ android : layout_width =" match_parent"
4
+ android : layout_height =" match_parent" >
5
+ <LinearLayout
3
6
android : layout_width =" match_parent"
4
7
android : layout_height =" match_parent"
5
8
android : gravity =" center_horizontal"
6
9
android : orientation =" vertical" >
7
-
8
10
<include
9
11
android : id =" @+id/toolbar"
10
12
layout =" @layout/toolbar" />
24
26
android : textAppearance =" ?android:attr/textAppearanceLarge" />
25
27
26
28
29
+
27
30
<LinearLayout
28
31
android : id =" @+id/serverInput"
29
32
android : layout_width =" match_parent"
156
159
android : paddingTop =" 8dp"
157
160
android : text =" @string/legal"
158
161
android : textColor =" #ff0099cc" />
159
- </LinearLayout >
162
+ </LinearLayout >
163
+ </ScrollView >
160
164
161
165
You can’t perform that action at this time.
0 commit comments