Lost content when set font from asset
Opened this issue · 1 comments
vietcoibka commented
vietcoibka commented
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