File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 android : textStyle =" bold"
4343 android : text =" @string/welcome_feature_1_title"
4444 android : id =" @+id/whatsNewTitle"
45+ android : layout_margin =" @dimen/standard_margin"
4546 android : layout_gravity =" center_horizontal"
4647 android : gravity =" center" />
48+
4749 <TextView
50+ android : id =" @+id/whatsNewText"
4851 android : layout_width =" wrap_content"
4952 android : layout_height =" wrap_content"
50- android : textAppearance =" @style/NextcloudTextAppearanceMedium"
51- android : textColor =" @color/login_text_hint_color"
52- android : text =" @string/welcome_feature_1_text"
53- android : id =" @+id/whatsNewText"
54- android : layout_margin =" @dimen/standard_margin"
5553 android : layout_gravity =" center_horizontal"
56- android : gravity =" center" />
54+ android : layout_marginBottom =" @dimen/standard_margin"
55+ android : layout_marginLeft =" @dimen/standard_double_margin"
56+ android : layout_marginRight =" @dimen/standard_double_margin"
57+ android : layout_marginTop =" @dimen/standard_margin"
58+ android : gravity =" center"
59+ android : text =" @string/welcome_feature_1_text"
60+ android : textAppearance =" @style/NextcloudTextAppearanceMedium"
61+ android : textColor =" @color/login_text_hint_color" />
5762</LinearLayout >
Original file line number Diff line number Diff line change 3838 <dimen name =" standard_half_padding" >8dp</dimen >
3939 <dimen name =" standard_quarter_padding" >4dp</dimen >
4040 <dimen name =" standard_margin" >16dp</dimen >
41+ <dimen name =" standard_double_margin" >32dp</dimen >
4142 <dimen name =" standard_half_margin" >8dp</dimen >
4243 <dimen name =" standard_quarter_margin" >4dp</dimen >
4344 <dimen name =" standard_eighth_margin" >2dp</dimen >
Original file line number Diff line number Diff line change 552552 <string name =" welcome_feature_1_title" >A safe home for all your data</string >
553553 <string name =" welcome_feature_1_text" >Access, share & protect your files at home and in your enterprise</string >
554554
555- <string name =" welcome_feature_2_title" >MultiAccount </string >
555+ <string name =" welcome_feature_2_title" >Multi account </string >
556556 <string name =" welcome_feature_2_text" >Connect to all your clouds</string >
557557
558558 <string name =" welcome_feature_3_title" >Instant upload</string >
Original file line number Diff line number Diff line change 284284
285285 <!-- Text styles -->
286286 <style name =" NextcloudTextAppearanceHeadline" parent =" style/TextAppearance.AppCompat.Headline" >
287- <item name =" android:textSize" >28sp </item >
287+ <item name =" android:textSize" >26sp </item >
288288 <item name =" android:textColor" >#000000</item >
289289 </style >
290290 <style name =" NextcloudTextAppearanceMedium" parent =" style/TextAppearance.AppCompat.Medium" >
You can’t perform that action at this time.
0 commit comments