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
Am not able to set the custom font to ExpandableTextView in XML it shows the font I selected but while running the app it uses the default font. Any Suggestion?
The text was updated successfully, but these errors were encountered:
I had the same issue on lollipop, fixed it by setting the typeface manually: expandableTextView.typeface = ResourceCompat.getFont(context, R.font.my_font)
Am not able to set the custom font to ExpandableTextView in XML it shows the font I selected but while running the app it uses the default font. Any Suggestion?
The text was updated successfully, but these errors were encountered: