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
Post a Comment