grantland / android-autofittextview

A TextView that automatically resizes text to fit perfectly within its bounds.
Apache License 2.0
4.27k stars 688 forks source link

get original textSize not working #98

Open walterFeng opened 6 years ago

walterFeng commented 6 years ago
/**
     * 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 ?