Android: How to give custom font style to action bar title -


How do we optimize the font style of the title of the action bar Font style is also customized and Will have to import?

Try it out:

SpannableString s = New SpannableString ("My Title"); s. SSPS (new typefacespan (this, "mytipfaces.otf"), 0, S. lamps (), spanable. SPAN_EXCLUSIVE_EXCLUSIVE); // Update the Action Bar Title with TypefaceSpan Example ActionBar Action Bar = getActionBar (); ActionBar.setTitle (s); UPD: Source code for custom typeface

div>

Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -