Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 303
KetanJogani Avatar asked Oct 03 '22 11:10

KetanJogani


1 Answers

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.

like image 99
MaciejGórski Avatar answered Oct 07 '22 18:10

MaciejGórski