tags:

views:

78

answers:

1

Is there any way to make the drawer slide from top to bottom?

+1  A: 

The default SlidingDrawer class doesn't allow this. You can use the Panel class from here to get something very similar though: http://code.google.com/p/android-misc-widgets/

Computerish