Reputation: 3917
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?
Upvotes: 0
Views: 243
Reputation: 1204
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.
Upvotes: 1