Search code examples
androidactionbarsherlockandroid-actionbar

Can Android Actionbar be placed vertically?


I want to have an action bar placed vertically(Tablet App)

Vertically placed action bar

Can I have this? I know the default action bar does not support this.

Can sherlock action bar?

Can any other?

I have given this time but I dont see any solution to this.


Solution

  • Can sherlock action bar?

    No. It backports what's available in the built-in ActionBar.

    Can any other?

    AFAIK no library provides such functionality.

    Can I have this?

    Of course you can. Depending on what you use from ActionBar this could be easy. On The image you have provided there is a FrameLayout with two Buttons and additionally hidden overlay ListView after pressing bottom Button. Not too much work.