Skip to content
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

Text size bug fix. #20

Closed
wants to merge 1 commit into from
Closed

Text size bug fix. #20

wants to merge 1 commit into from

Conversation

YongzhiWang
Copy link

The old code get the size from XML and directly set into the TextView. However, the size get from XML is in pixel, but the TextView's SetTextSize API requires sp... This make the text size multiplied by the scale factor again.

The old code get the size from XML and directly set into the TextView. However, the size get from XML is in pixel, but the TextView's SetTextSize API requires sp... This make the text size multiplied by the scale factor again.
@medyo
Copy link
Owner

medyo commented May 28, 2015

Hello @YongzhiWang, Make sure you did the same for the font icon size.

@medyo medyo closed this Sep 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants