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
@YvesCheung setTypeFace creates distortion in the view. I think includeFontPadding, the default padding, is causing inflation. Maybe it could be related to lineSpacing, I don't know. Please check RollingText by setting drawable background in XML. as before and after binding.weightTextView.setTypeface(ResourcesCompat.getFont(this, R.font.poppins_bold));
The text was updated successfully, but these errors were encountered:
@YvesCheung setTypeFace creates distortion in the view. I think includeFontPadding, the default padding, is causing inflation. Maybe it could be related to lineSpacing, I don't know. Please check RollingText by setting drawable background in XML. as before and after
binding.weightTextView.setTypeface(ResourcesCompat.getFont(this, R.font.poppins_bold));
The text was updated successfully, but these errors were encountered: