You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using AutoResizeTextView in FrameLayout and I am setting custom typeface.
There is space at the end of AutoResizeTextView[similar to what bottomPadding would produce].
When I don't set Typeface, it works fine.
I think the issue is, AutoResizeTextView is not considering the new Typeface in calculation, As the height of AutoResizeTextView remains same[as when system default typeface is used] when using non-default typeface, and the difference shows up as a gap, I am sure, if my default and non default typeface would be switched, then the text shown will be truncated, due to insufficient space.[I have not tested this]
The text was updated successfully, but these errors were encountered:
I am using
AutoResizeTextView
inFrameLayout
and I am setting custom typeface.There is space at the end of
AutoResizeTextView
[similar to what bottomPadding would produce].When I don't set
Typeface
, it works fine.I think the issue is,
AutoResizeTextView
is not considering the newTypeface
in calculation, As the height ofAutoResizeTextView
remains same[as when system default typeface is used] when using non-default typeface, and the difference shows up as a gap, I am sure, if my default and non default typeface would be switched, then the text shown will be truncated, due to insufficient space.[I have not tested this]The text was updated successfully, but these errors were encountered: