Hello
I've been looking into how to make such menu is the topic describes and found this http://blog.neteril.org/blog/2013/04/19/fly-out-menu-xamarin-android/
Now as you can see on the pictures the menubar/menu button moves when the menu gets pressed. How can i make a Flyout-in menu/sliding menu without the menubar moving?
I tried to move the menubar from one layout to another problem is the top-layout is a custom made layout so i cant seem to define any new views in it.