Vervatovskis
Vervatovskis

Reputation: 2367

Vertical menu on the left of the screen Android

i wanna create a Menu which come from the left of the screen, classics menu came from the bottom of the screen onclick on Menu button, is there a way to make it vertical and come from the left.

Upvotes: 2

Views: 2991

Answers (2)

rciovati
rciovati

Reputation: 28063

You should intercept the button menu and display your custom view. Probably this article is a good starting point.

[EDIT]

A new approach for a vertical menu on the left of the screen is to create a "Fly-in-App" menu as decribed from Cyril Mottier in his blog. To achieve something like that you can use android-menudrawer library

Upvotes: 5

Android Noob
Android Noob

Reputation: 3341

There's a custom SlidingDrawer by pskink that you can use. It lets you position your menu at the top, left, right, or bottom of the screen.

Upvotes: 1

Related Questions