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

Hieght of Symbol

Open ilgizsa opened this issue 7 years ago • 2 comments

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 avatar Jun 14 '17 12:06 ilgizsa

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"/>

ilgizsa avatar Jun 14 '17 12:06 ilgizsa

+1

slvrfn avatar Jun 16 '17 15:06 slvrfn