I am using the AutoResizeTextView class, which I found here: https://stackoverflow.com/a/316618/
This works great before JellyBean. It would seem that JellyBean does not recognize getTextSize () from the textView AttributeSet attribute, which returns 0.0.
I tried to create custom xml attributes, but I use styles to use the AutoResizeTextView class and cannot include my own namespace in styles.xml.
Any idea of a job for JellyBean to recognize this method?
android attributes android-4.2-jelly-bean
taraloca
source share