I want to center the application title/label in my Android app but I can't find a lot of documentation on how to set that property. I have found a couple of posts saying that I can create a custom title bar and change the theme in my manifest but I just can't help thinking there is a simpler way to just center the title.
|
feedback
|
|
In my experience documentation on this isn't great but I figured it out and I'll share. It's actually pretty simple. Custom centered title bar on your activity: Add two lines to your activity at the beginning of
Now put mytitle.xml in your layout directory. This xml file should look something like this to center your title text:
That's it. | |||
|
feedback
|
|
You can change the label of any of your activities with the | |||||
|
feedback
|