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

Android 5.0 textSize issue #79

Closed
squeeish opened this issue Apr 7, 2015 · 8 comments
Closed

Android 5.0 textSize issue #79

squeeish opened this issue Apr 7, 2015 · 8 comments
Labels

Comments

@squeeish
Copy link

squeeish commented Apr 7, 2015

I believe this issue is similar to #71 and #53

Text in buttons, IconTextView and normal Textviews have the following effect.
(Exact same code on different devices)

Lollipop:
Lollipop

Below Lollipop:
Below Lollipop

@bakua
Copy link

bakua commented Apr 14, 2015

Same issue here

@JoanZapata JoanZapata added the bug label May 17, 2015
@rajeshwaranP
Copy link

same issue here, have u got any solution

@JoanZapata
Copy link
Owner

I haven't tried to reproduce this error yet. Have you tried using android:textAllCaps="false" on it to see if this is somehow forced by lollipop ?
I can't think of any workaround for this at the moment sorry.

@JMuGT3
Copy link

JMuGT3 commented May 21, 2015

android:textAllCaps="false" solves the all caps problem, but not the misalignment issue.
That can be solved by android:elegantTextHeight="true".
Using those 2, everything looks the same on Lollipop and below.

@squeeish
Copy link
Author

squeeish commented Jul 7, 2015

android:elegantTextHeight="true" works, thanks.

@JoanZapata
Copy link
Owner

Will be fixed on 2.0.0, available by the end of the week.

@squeeish
Copy link
Author

squeeish commented Aug 6, 2015

Awesome!

@JoanZapata
Copy link
Owner

Fixed by v2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants