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

Hieght of Symbol #88

Open ilgizsa opened 7 years ago

ilgizsa commented 7 years ago

There is a feeling that auto-fit only works on the number of characters. But if 1 big symbol with the large height then auto-fit not working.

ilgizsa commented 7 years ago

For example

<me.grantland.widget.AutofitTextView
            android:layout_width="200dp"
            android:layout_height="20dp"
            android:maxLines="1"
            android:textAppearance="@style/TextAppearance.AppCompat.Display1"
            android:text="5"/>
slvrfn commented 7 years ago

+1