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
Even courseProgress.setUnitTextTypeface(Typeface.create("sans-serif", Typeface.Normal));
OR courseProgress.setUnitTextTypeface(Typeface.DEFAULT);
did not help
The text was updated successfully, but these errors were encountered:
zahid-arbisoft
changed the title
When I try to bold text type face, unit typeface is also changing
When I try to bold text type face, unit typeface is also changing (becomes bold)
Oct 3, 2017
When I try to bold text type face, unit typeface is also changing (becomes bold)
courseProgress.setTextTypeface(Typeface.create("sans-serif", Typeface.BOLD));
Even
courseProgress.setUnitTextTypeface(Typeface.create("sans-serif", Typeface.Normal));
OR
courseProgress.setUnitTextTypeface(Typeface.DEFAULT);
did not help
The text was updated successfully, but these errors were encountered: