android-autofittextview
android-autofittextview copied to clipboard
get original textSize not working
/**
* Returns the original text size of the View.
* @see TextView#getTextSize()
*/
public float getTextSize() {
return mTextSize;
}
it is not original text size, just is 'android:textSize' value. hot to get a autofit-text-size ?