This repository was archived by the owner on Nov 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +9
-13
lines changed Expand file tree Collapse file tree 6 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 81
81
android : lines =" 2"
82
82
android : ellipsize =" end"
83
83
android : text =" @{course.name}"
84
- android : textAppearance =" ?attr/textAppearanceSubtitle1"
85
- app : lineHeight =" 22sp" />
84
+ android : textAppearance =" ?attr/textAppearanceSubtitle1" />
86
85
87
86
<ImageView
88
87
android : id =" @+id/course_icon"
Original file line number Diff line number Diff line change 98
98
android : paddingHorizontal =" @dimen/grid_2"
99
99
android : gravity =" center"
100
100
android : text =" @{course.name}"
101
- android : textAppearance =" ?attr/textAppearanceSubtitle1"
102
- app : lineHeight =" 22sp" />
101
+ android : textAppearance =" ?attr/textAppearanceSubtitle1" />
103
102
104
103
<androidx .constraintlayout.widget.Guideline
105
104
android : id =" @+id/guideline"
Original file line number Diff line number Diff line change 118
118
android : paddingHorizontal =" @dimen/grid_2"
119
119
android : gravity =" center"
120
120
android : text =" @{course.name}"
121
- android : textAppearance =" ?attr/textAppearanceHeadline4"
122
- app : lineHeight =" 40sp" />
121
+ android : textAppearance =" ?attr/textAppearanceHeadline4" />
123
122
124
123
<TextView
125
124
android : id =" @+id/description"
132
131
android : padding =" @dimen/grid_2"
133
132
android : gravity =" center"
134
133
android : textAppearance =" ?attr/textAppearanceBody1"
135
- app : lineHeight =" 28sp"
136
134
android : text =" @string/course_desc" />
137
135
138
136
<View
154
152
android : padding =" @dimen/grid_2"
155
153
android : gravity =" center"
156
154
android : textAppearance =" ?attr/textAppearanceHeadline6"
157
- app : lineHeight =" 28sp"
158
155
android : text =" @string/what_you_ll_need" />
159
156
160
157
<TextView
167
164
android : padding =" @dimen/grid_2"
168
165
android : gravity =" center"
169
166
android : textAppearance =" ?attr/textAppearanceBody1"
170
- app : lineHeight =" 28sp"
171
167
android : text =" @string/needs" />
172
168
173
169
<View
193
189
android : gravity =" center"
194
190
android : textAppearance =" ?attr/textAppearanceHeadline6"
195
191
android : textColor =" ?attr/colorOnPrimarySurface"
196
- app : lineHeight =" 28sp"
197
192
android : text =" @string/you_ll_also_like"
198
193
android : theme =" @style/ThemeOverlay.Owl.Blue" />
199
194
Original file line number Diff line number Diff line change 61
61
android : maxLines =" 2"
62
62
android : ellipsize =" end"
63
63
android : text =" @{course.name}"
64
- android : textAppearance =" ?attr/textAppearanceBody2"
65
- app : lineHeight =" 16sp" />
64
+ android : textAppearance =" ?attr/textAppearanceBody2" />
66
65
67
66
<ImageView
68
67
android : id =" @+id/course_icon"
Original file line number Diff line number Diff line change 47
47
android : layout_marginTop =" @dimen/grid_2"
48
48
android : gravity =" center"
49
49
android : textAppearance =" ?attr/textAppearanceBody1"
50
- app : lineHeight =" 28sp"
51
50
android : text =" @{step.body}" />
52
51
53
52
</LinearLayout >
Original file line number Diff line number Diff line change 33
33
<item name =" fontFamily" >@font/rubik_bold</item >
34
34
<item name =" android:textStyle" >bold</item >
35
35
<item name =" android:textColor" >?android:attr/textColorPrimary</item >
36
+ <item name =" lineHeight" >40sp</item >
36
37
</style >
37
38
38
39
<style name =" TextAppearance.Owl.Headline5" parent =" TextAppearance.MaterialComponents.Headline5" >
42
43
43
44
<style name =" TextAppearance.Owl.Headline6" parent =" TextAppearance.MaterialComponents.Headline6" >
44
45
<item name =" fontFamily" >@font/rubik_medium</item >
46
+ <item name =" lineHeight" >28sp</item >
45
47
</style >
46
48
47
49
<style name =" TextAppearance.Owl.Subtitle1" parent =" TextAppearance.MaterialComponents.Subtitle1" >
48
50
<item name =" fontFamily" >@font/rubik_medium</item >
51
+ <item name =" lineHeight" >22sp</item >
49
52
</style >
50
53
51
54
<style name =" TextAppearance.Owl.Subtitle2" parent =" TextAppearance.MaterialComponents.Subtitle2" >
54
57
55
58
<style name =" TextAppearance.Owl.Body1" parent =" TextAppearance.MaterialComponents.Body1" >
56
59
<item name =" fontFamily" >@font/rubik</item >
60
+ <item name =" lineHeight" >28sp</item >
57
61
</style >
58
62
59
63
<style name =" TextAppearance.Owl.Body2" parent =" TextAppearance.MaterialComponents.Body2" >
60
64
<item name =" fontFamily" >@font/rubik</item >
65
+ <item name =" lineHeight" >16sp</item >
61
66
</style >
62
67
63
68
<style name =" TextAppearance.Owl.Button" parent =" TextAppearance.MaterialComponents.Button" >
You can’t perform that action at this time.
0 commit comments