I’m currently designing the UI for an app that I’m creating and one thing that I thought would look nice is to use the stock ActionBar navigation tabs on phones, but then on tablets have a vertical list of the tabs appear in a pane on the left-hand side.
Is it possible to do this with just the ActionBar stuff or would I need to use a custom View? If I need to use a custom View, is there any way that I can use the same one for both phones and tablets and have it render horizontally on phones and vertically on tablets?
Thanks!
No, sorry.
Yes.
Since it would be your own custom
View, that you would write yourself, you are welcome to make it do pretty much whatever you want.