-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update design tokens #305
Update design tokens #305
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,7 +125,9 @@ | |
<item name="tabsLabelFont">?font_family_medium</item> | ||
<item name="linkFont">?font_family_medium</item> | ||
<item name="title1Font">?font_family_medium</item> | ||
<item name="title2Font">?font_family_light</item> | ||
<item name="indicatorFont">?font_family_medium</item> | ||
<item name="navigationBarFont">?font_family_medium</item> | ||
<item name="text5Font">?font_family_light</item> | ||
<item name="text6Font">?font_family_light</item> | ||
<item name="text7Font">?font_family_light</item> | ||
|
@@ -138,7 +140,9 @@ | |
<item name="tabsLabelTextStyle">normal</item> | ||
<item name="linkTextStyle">normal</item> | ||
<item name="title1TextStyle">normal</item> | ||
<item name="title2TextStyle">normal</item> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Light |
||
<item name="indicatorTextStyle">normal</item> | ||
<item name="navigationBarTextStyle">normal</item> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Medium |
||
<item name="text5TextStyle">normal</item> | ||
<item name="text6TextStyle">normal</item> | ||
<item name="text7TextStyle">normal</item> | ||
|
@@ -147,5 +151,6 @@ | |
<item name="text10TextStyle">normal</item> | ||
<!-- Preset sizes --> | ||
<item name="tabsLabelTextSize">16sp</item> | ||
<item name="title2TextSize">20sp</item> | ||
</style> | ||
</resources> |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,7 +125,9 @@ | |
<item name="tabsLabelFont">?font_family_medium</item> | ||
<item name="linkFont">?font_family_medium</item> | ||
<item name="title1Font">?font_family_medium</item> | ||
<item name="title2Font">?font_family_light</item> | ||
<item name="indicatorFont">?font_family_medium</item> | ||
<item name="navigationBarFont">?font_family_medium</item> | ||
<item name="text5Font">?font_family_light</item> | ||
<item name="text6Font">?font_family_light</item> | ||
<item name="text7Font">?font_family_light</item> | ||
|
@@ -138,7 +140,9 @@ | |
<item name="tabsLabelTextStyle">normal</item> | ||
<item name="linkTextStyle">normal</item> | ||
<item name="title1TextStyle">normal</item> | ||
<item name="title2TextStyle">normal</item> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. light There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Those parameters are correct. Android just check if the style of the text is bold, italic or normal. What causes the text to use the light font is "title2Font" attribute. Sounds weird I know, but thanks for noticing! 😇 |
||
<item name="indicatorTextStyle">normal</item> | ||
<item name="navigationBarTextStyle">normal</item> | ||
<item name="text5TextStyle">normal</item> | ||
<item name="text6TextStyle">normal</item> | ||
<item name="text7TextStyle">normal</item> | ||
|
@@ -147,5 +151,6 @@ | |
<item name="text10TextStyle">normal</item> | ||
<!-- Preset sizes --> | ||
<item name="tabsLabelTextSize">16sp</item> | ||
<item name="title2TextSize">20sp</item> | ||
</style> | ||
</resources> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title2 in Movistar is bold