-5

I would like have a title 50% strong and 50% normal. Is this possibile?

Paolovox
  • 1
  • 4

1 Answers1

0

You can do same thing like here: how to make a specific text on TextView BOLD String sourceString = "<b>" + First part + "</b> " + second part; getActionBar().setTitle(Html.fromHtml(sourceString));