I am utilizing a class AutoResizeTextView I found here: https://mcmap.net/q/53230/-auto-scale-textview-text-to-fit-within-bounds
This has worked great until JellyBean. It would seem that JellyBean doesn't recognize getTextSize() from the textView AttributeSet for it returns 0.0.
I tried making a custom xml attributes, but I utilize styles to use the AutoResizeTextView class and cannot include a custom namespace within styles.xml.
Any idea of a work around to get JellyBean to recognize this method?