I’m looking for a way to use a list navigation like the one in the actionbar inside a view (e.g. LinearLayout)

Is this possible?
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.
The list navigation is par of the Actionbar, so if you want to use something similar you will need to implement this on your own. You can use a spinner and customize its style to meet your need.