Changing text size and style in action bar

Updated 21 December 2016

Save

Like me , I guess many of us want to show a different size and styled text in action bar. If you are using ToolBar its fairly easy but for all those old projects that still have Android’s action bar its a pretty hard work. But you can achieve this with the help of CustomView. Yes you can add a CustomView to your action bar. Apply your style on this custom view and add it to the action bar.

So lets create an example, here I want my Action bar title with center gravity and textSize of 15sp.

And its done. But be careful as after this non of your setTitle() function will change the Title of your activity.

UI
author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


Be the first to comment.

Start a Project


    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home