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