How do you change the horizontal alignment on the title bar? Right now the default is set to the left side and I am trying to get it to be set to the right side. Any ideas?

link|improve this question

58% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Remove the title bar or replace the title bar with your own View.

link|improve this answer
How do I remove the title bar? @CommonsWare – Connor Feb 11 '11 at 19:22
@Connor: Use android:theme="@android:style/Theme.NoTitleBar" in the <activity> element of your manifest, or incorporate its settings into your own theme. – CommonsWare Feb 11 '11 at 19:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.