Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am new to Android development.

I have spinnerAdapter and I passed it to Dropdown navigator of Actionbar. But It shows Dropdown list on left side of ActionBar.

I want to show that List on Right side of ActionBar.

Thanks in Advance.

share|improve this question

2 Answers

up vote 1 down vote accepted

You could align action bar item on left or right by only adding custom view on action bar and add buttons etc in that customview (may be a relative layout )and you can align item inside this customview

Thank

share|improve this answer

I don't think that this is possible, or if it is I don't believe there's a solution which involves the built in navigator.

This was something that was investigated a while back for the project that I'm working on and we came to the conclusion that on the left is where it is meant to reside.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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