0

How do I make an actionbar up and down? I know that I can use android:uiOptions="splitActionBarWhenNarrow" to make the actionbar get down, but I also want one item to be up. I've searched alot but haven't got any good answers.

1 Answers1

1

You would need to use a custom view in the ActionBar and handle its interaction yourself. The split actionbar always puts standard menu entries at the bottom when split.

Kuffs
  • 35,581
  • 10
  • 79
  • 92