Terel
Terel

Reputation: 3917

list navigation in view (Actionbar, Actionbarsherlock)

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

enter image description here

Is this possible?

Upvotes: 0

Views: 243

Answers (1)

fgeorgiew
fgeorgiew

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

Related Questions