1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <androidx .constraintlayout.widget.ConstraintLayout xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ <ScrollView
3
+ xmlns : android =" http://schemas.android.com/apk/res/android"
3
4
xmlns : app =" http://schemas.android.com/apk/res-auto"
4
5
xmlns : tools =" http://schemas.android.com/tools"
6
+ android : layout_width =" match_parent"
7
+ android : layout_height =" match_parent" >
8
+
9
+ <androidx .constraintlayout.widget.ConstraintLayout
5
10
android : layout_width =" match_parent"
6
11
android : layout_height =" wrap_content"
7
12
android : padding =" 16dp" >
29
34
tools : text =" Include media" />
30
35
</LinearLayout >
31
36
32
- <ScrollView
33
- android : id =" @+id/export_extras_apkg"
34
- android : layout_width =" 0dp"
35
- android : layout_height =" wrap_content"
36
- android : visibility =" gone"
37
- android : fillViewport =" true"
38
- app : layout_constraintEnd_toEndOf =" parent"
39
- app : layout_constraintStart_toStartOf =" parent"
40
- app : layout_constraintBottom_toBottomOf =" parent"
41
- app : layout_constraintTop_toBottomOf =" @id/decks_selected_barrier" >
42
37
43
38
<LinearLayout
44
- android : layout_width =" match_parent"
39
+ android : id =" @+id/export_extras_apkg"
40
+ android : layout_width =" 0dp"
45
41
android : layout_height =" wrap_content"
42
+ android : visibility =" gone"
43
+ app : layout_constraintEnd_toEndOf =" parent"
44
+ app : layout_constraintStart_toStartOf =" parent"
45
+ app : layout_constraintBottom_toBottomOf =" parent"
46
+ app : layout_constraintTop_toBottomOf =" @id/decks_selected_barrier"
46
47
android : orientation =" vertical" >
47
48
48
49
<CheckBox
63
64
android : layout_height =" wrap_content"
64
65
android : checked =" true" />
65
66
</LinearLayout >
66
- </ScrollView >
67
67
68
- <ScrollView
69
- android : id =" @+id/export_extras_notes"
70
- android : layout_width =" 0dp"
71
- android : layout_height =" wrap_content"
72
- android : visibility =" gone"
73
- android : fillViewport =" true"
74
- app : layout_constraintEnd_toEndOf =" parent"
75
- app : layout_constraintStart_toStartOf =" parent"
76
- app : layout_constraintBottom_toBottomOf =" parent"
77
- app : layout_constraintTop_toBottomOf =" @id/decks_selected_barrier" >
78
68
79
69
<LinearLayout
80
- android : layout_width =" match_parent"
70
+ android : id =" @+id/export_extras_notes"
71
+ android : layout_width =" 0dp"
81
72
android : layout_height =" wrap_content"
82
- android : orientation =" vertical" >
73
+ android : visibility =" gone"
74
+ android : orientation =" vertical"
75
+ app : layout_constraintEnd_toEndOf =" parent"
76
+ app : layout_constraintStart_toStartOf =" parent"
77
+ app : layout_constraintBottom_toBottomOf =" parent"
78
+ app : layout_constraintTop_toBottomOf =" @id/decks_selected_barrier" >
83
79
84
80
<CheckBox
85
81
android : id =" @+id/notes_include_html"
104
100
android : layout_width =" match_parent"
105
101
android : layout_height =" wrap_content" />
106
102
</LinearLayout >
107
- </ScrollView >
108
103
109
104
<LinearLayout
110
105
android : id =" @+id/export_extras_cards"
181
176
android : layout_gravity =" center"
182
177
android : indeterminate =" true" />
183
178
</FrameLayout >
184
- </androidx .constraintlayout.widget.ConstraintLayout>
179
+ </androidx .constraintlayout.widget.ConstraintLayout>
180
+ </ScrollView >
0 commit comments