File tree 2 files changed +25
-10
lines changed
2 files changed +25
-10
lines changed Original file line number Diff line number Diff line change 44
44
app : layout_constraintEnd_toEndOf =" parent"
45
45
app : layout_constraintStart_toStartOf =" parent" />
46
46
47
- <LinearLayout
48
- android : id =" @+id/statusDetailContainer"
49
- android : layout_width =" wrap_content"
50
- android : layout_height =" wrap_content"
47
+ <ScrollView
48
+ android : layout_width =" match_parent"
49
+ android : layout_height =" 0dp"
51
50
android : layout_marginStart =" 16dp"
52
51
android : layout_marginEnd =" 16dp"
53
52
app : layout_constrainedWidth =" true"
54
53
app : layout_constraintEnd_toEndOf =" parent"
55
54
app : layout_constraintStart_toStartOf =" parent"
56
55
app : layout_constraintTop_toBottomOf =" @+id/statusText"
57
- android : orientation =" vertical" />
56
+ app : layout_constraintBottom_toTopOf =" @+id/materialCardView" >
57
+
58
+ <LinearLayout
59
+ android : id =" @+id/statusDetailContainer"
60
+ android : layout_width =" match_parent"
61
+ android : layout_height =" wrap_content"
62
+ android : orientation =" vertical" />
63
+
64
+ </ScrollView >
58
65
59
66
<com .google.android.material.card.MaterialCardView
67
+ android : id =" @+id/materialCardView"
60
68
android : layout_height =" wrap_content"
61
69
android : layout_width =" match_parent"
62
70
android : layout_marginStart =" 16dp"
Original file line number Diff line number Diff line change 36
36
app : layout_constraintEnd_toEndOf =" parent"
37
37
app : layout_constraintStart_toStartOf =" parent" />
38
38
39
- <LinearLayout
40
- android : id =" @+id/statusDetailContainer"
41
- android : layout_width =" wrap_content"
42
- android : layout_height =" wrap_content"
39
+ <ScrollView
40
+ android : layout_width =" match_parent"
41
+ android : layout_height =" 0dp"
43
42
android : layout_marginTop =" 16dp"
44
43
android : layout_marginStart =" 16dp"
45
44
android : layout_marginEnd =" 16dp"
46
45
app : layout_constrainedWidth =" true"
47
46
app : layout_constraintEnd_toEndOf =" parent"
48
47
app : layout_constraintStart_toStartOf =" parent"
49
48
app : layout_constraintTop_toBottomOf =" @+id/statusText"
50
- android : orientation =" vertical" />
49
+ app : layout_constraintBottom_toTopOf =" @+id/materialCardView" >
50
+
51
+ <LinearLayout
52
+ android : id =" @+id/statusDetailContainer"
53
+ android : layout_width =" match_parent"
54
+ android : layout_height =" wrap_content"
55
+ android : orientation =" vertical" />
56
+
57
+ </ScrollView >
51
58
52
59
<com .google.android.material.card.MaterialCardView
53
60
android : id =" @+id/materialCardView"
You can’t perform that action at this time.
0 commit comments