JoanZapata / android-iconify

Android integration of multiple icon providers such as FontAwesome, Entypo, Typicons,...
http://joanzapata.com/android-iconify
Other
3.93k stars 526 forks source link

Android 5.0 textSize issue #79

Closed squeeish closed 9 years ago

squeeish commented 9 years ago

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 commented 9 years ago

Same issue here

rajeshwaranP commented 9 years ago

same issue here, have u got any solution

JoanZapata commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

android:elegantTextHeight="true" works, thanks.

JoanZapata commented 9 years ago

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

squeeish commented 9 years ago

Awesome!

JoanZapata commented 9 years ago

Fixed by v2.