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 found the reason is:
i set font from asset:
Typeface typeface = Typeface.createFromAsset(getAssets(), "fonts/TimesNewRoman.ttf");
txtDetail.setTypeface(typeface);
How to fix it
vietcoibka
changed the title
Lost content
Lost content when set font from asset
Oct 15, 2018
My content is very very long. When i set for justifiedtextview i lost 10 lines.
The text was updated successfully, but these errors were encountered: