Is it possible to use the NavigationDrawer as menu coming from top to bottom instead of left to right?
Asked
Active
Viewed 9,776 times
2
-
http://stackoverflow.com/questions/18547277/how-to-set-navigation-drawer-to-be-opened-from-right-to-left this is related to you.... Question.. – vinay Maneti Nov 07 '13 at 05:32
-
1That's a conflict to the Navigation bar. Better to place your NavigationDrawer from left side – Glenn Nov 07 '13 at 05:48
-
Take a look at https://github.com/Ali-Rezaei/SlidingDrawer which makes it possible to slide from any side by few lines of code. – Ali Jun 13 '15 at 19:45
2 Answers
3
This is umano app's sliding up panel, I used this in my app, You can easily convert it to top to bottom

amalBit
- 12,041
- 6
- 77
- 94
0
Yes , ofcourse you can but it may create a confusion between the notification screen of android OS and your apps navigation drawer so its a good practice to put your navigation drawer either from left side or from right .
for more info you can have a look at this articles
http://developer.android.com/training/implementing-navigation/nav-drawer.html
http://developer.android.com/design/patterns/navigation-drawer.html

GOLDEE
- 2,318
- 3
- 25
- 49
-
where did you found that you can place the DrawerLayout from top to bottom? because I don't think this is possible. – Emil Adz Aug 07 '16 at 15:57