Closed deshario closed 5 years ago
I am interested too.
The same behaviour, I used this in Base activity like this
override fun attachBaseContext(newBase: Context?) {
super.attachBaseContext(CalligraphyContextWrapper.wrap(newBase))
}
and now text style for TextView does not work anymore.
Is there any solution or fix?
When you set a typeface it overrides any "fontstyle" you set, you need to apply the bold/italic versions where applicable.
After I use this library in MainApp ... My default textview style is not working anymore such as bold,italic and underline... How to fix it?