29
29
android : layout_weight =" 1"
30
30
android : gravity =" center"
31
31
android : text =" TextView"
32
- android : textAppearance =" @style/TextAppearance.AppCompat.Large" />
32
+ android : textAppearance =" @style/TextAppearance.AppCompat.Large"
33
+ android : textSize =" 20sp" />
33
34
</LinearLayout >
34
35
35
36
<View
36
37
android : id =" @+id/viewLine1"
37
38
android : layout_width =" match_parent"
38
39
android : layout_height =" 2dp"
39
- android : layout_marginTop =" 5dp "
40
+ android : layout_marginTop =" 10dp "
40
41
android : background =" @color/app_primeColor" ></View >
41
42
42
43
<LinearLayout
43
44
android : id =" @+id/linearLayout2"
44
45
android : layout_width =" match_parent"
45
46
android : layout_height =" wrap_content"
46
- android : layout_marginTop =" 5dp "
47
+ android : layout_marginTop =" 10dp "
47
48
android : gravity =" center_vertical"
48
49
android : orientation =" horizontal" >
49
50
62
63
android : layout_weight =" 1"
63
64
android : gravity =" center"
64
65
android : text =" TextView"
65
- android : textAppearance =" @style/TextAppearance.AppCompat.Large" />
66
+ android : textAppearance =" @style/TextAppearance.AppCompat.Large"
67
+ android : textSize =" 20sp" />
66
68
</LinearLayout >
67
69
68
70
<View
69
71
android : id =" @+id/viewLine2"
70
72
android : layout_width =" match_parent"
71
73
android : layout_height =" 2dp"
72
- android : layout_marginTop =" 5dp "
74
+ android : layout_marginTop =" 10dp "
73
75
android : background =" @color/app_primeColor" ></View >
74
76
75
77
<LinearLayout
76
78
android : id =" @+id/linearLayout3"
77
79
android : layout_width =" match_parent"
78
80
android : layout_height =" wrap_content"
79
- android : layout_marginTop =" 5dp "
81
+ android : layout_marginTop =" 10dp "
80
82
android : gravity =" center_vertical"
81
83
android : orientation =" horizontal" >
82
84
95
97
android : layout_weight =" 1"
96
98
android : gravity =" center"
97
99
android : text =" TextView"
98
- android : textAppearance =" @style/TextAppearance.AppCompat.Large" />
100
+ android : textAppearance =" @style/TextAppearance.AppCompat.Large"
101
+ android : textSize =" 20sp" />
99
102
</LinearLayout >
100
103
101
104
<View
102
105
android : id =" @+id/viewLine3"
103
106
android : layout_width =" match_parent"
104
107
android : layout_height =" 2dp"
105
- android : layout_marginTop =" 5dp "
108
+ android : layout_marginTop =" 10dp "
106
109
android : background =" @color/app_primeColor" ></View >
107
110
108
111
<LinearLayout
109
112
android : id =" @+id/linearLayout4"
110
113
android : layout_width =" match_parent"
111
114
android : layout_height =" wrap_content"
112
- android : layout_marginTop =" 5dp "
115
+ android : layout_marginTop =" 10dp "
113
116
android : gravity =" center_vertical"
114
117
android : orientation =" horizontal" >
115
118
128
131
android : layout_weight =" 1"
129
132
android : gravity =" center"
130
133
android : text =" TextView"
131
- android : textAppearance =" @style/TextAppearance.AppCompat.Large" />
134
+ android : textAppearance =" @style/TextAppearance.AppCompat.Large"
135
+ android : textSize =" 20sp" />
132
136
</LinearLayout >
133
137
134
138
</LinearLayout >
0 commit comments