I want to develop a title bar in android like this
- Home Button - Left aligned
- Application Title - At the center
- Image Icon - Right Aligned
I am not sure how to do it. I am a new user and hence not allowed to post the image here. Sorry for inconvinience.
There are two way for the change the title bar
1) Normal way,
you can Change the Title of each screen (i.e. Activity) by setting their Android:label
2) if you want to Customize title-bar, i.e. you Want to put Image icon and custom-text, then following this LINK