ufo22940268 / android-justifiedtextview

android justified textview
951 stars 243 forks source link

Lost content when set font from asset #34

Open vietcoibka opened 5 years ago

vietcoibka commented 5 years ago

My content is very very long. When i set for justifiedtextview i lost 10 lines. 44231249_640933372969103_2911080643695738880_n

vietcoibka commented 5 years ago

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