android-autofittextview
android-autofittextview copied to clipboard
Auto fit doesn't work with extra line space
<me.grantland.widget.AutofitTextView
android:id="@+id/tv_description"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="0.4"
android:lineSpacingExtra="6sp"
android:textColor="@color/black"
android:textSize="12sp"
autofit:minTextSize="8sp"/>
When using lineSpacingExtra, resizing doesn't work.
have you tried to put the line height in html and then load the Html.format(String string)?