How (if possible) could I set a custom font in a ActionBar title text(only - not the tab text) with a font in my assets folder? I don't want to use the android:logo option.
Thnx for the help!!
|
feedback
|
|
I agree that this isn't completely supported, but here's what I did. You can use a custom view for your action bar (it will display between your icon and your action items). I'm using a custom view and I have the native title disabled. All of my activities inherit from a single activity, which has this code in onCreate:
And my layout xml (R.layout.titleview in the code above) looks like this:
| |||||||||
feedback
|
|
I don't think this is possible. | |||||
feedback
|