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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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