android-autofittextview icon indicating copy to clipboard operation
android-autofittextview copied to clipboard

get original textSize not working

Open walterFeng opened this issue 7 years ago • 0 comments

/**
     * 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 ?

walterFeng avatar Aug 01 '18 17:08 walterFeng