asdsolutions-os / duo-navigation-drawer

A flexible, easy to use, unique drawer library for your Android project.
http://psdcompany.nl/
Apache License 2.0
1.1k stars 191 forks source link

How to add gravity to drawer? #46

Open Dnyaneshwar1926 opened 4 years ago

Dnyaneshwar1926 commented 4 years ago

Hi, Thanks for such a nice library.

I had an issue. I've added 4 items to a drawer. Those items are showing in the center of the drawer. I want it to show right below the header in a vertical sequence. I've tried adding android:layout_gravity="top" android:gravity="top" to xml DuoDrawerLayout but no use. Please let me know how to resolve it.