File tree 2 files changed +21
-11
lines changed
2 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 5
5
android : background =" @color/black"
6
6
android : orientation =" vertical" >
7
7
8
- <TextView
9
- android : id =" @+id/placeholder"
8
+ <ScrollView
10
9
android : layout_width =" match_parent"
11
10
android : layout_height =" 0dp"
12
- android : layout_marginTop =" 30sp"
13
- android : layout_marginEnd =" 10sp"
14
- android : layout_weight =" 1"
15
- android : fontFamily =" @font/productsans"
16
- android : gravity =" end"
17
- android : singleLine =" true"
18
- android : text =" "
19
- android : textColor =" @color/white"
20
- android : textSize =" 38sp" />
11
+ android : layout_marginTop =" 10dp"
12
+ android : layout_weight =" 1" >
13
+
14
+ <LinearLayout
15
+ android : layout_width =" match_parent"
16
+ android : layout_height =" wrap_content"
17
+ android : orientation =" vertical" >
18
+
19
+ <TextView
20
+ android : id =" @+id/placeholder"
21
+ android : layout_width =" match_parent"
22
+ android : fontFamily =" @font/productsans"
23
+ android : gravity =" end"
24
+ android : singleLine =" false"
25
+ android : textColor =" @color/white"
26
+ android : textSize =" 38sp"
27
+ android : layout_height =" match_parent" />
28
+ </LinearLayout >
29
+ </ScrollView >
21
30
22
31
<TextView
23
32
android : id =" @+id/answer"
You can’t perform that action at this time.
0 commit comments