-1

I am new to android.I had developed an android app with a slider menu using the library.

I want the menu in this way: enter image description here

Now I want to change slider menu to my custom xml view .How can I change this with this library?? is it possible ?? Please help me if you are familiar with this library.Thanks in advance

The Heist
  • 1,444
  • 1
  • 16
  • 32
Maxwell
  • 552
  • 2
  • 5
  • 20

1 Answers1

0

Why are you using a library for navigation drawer,refer this easy example for making a sliding menu and it gives you the flexibility to make it customize the way you want : http://developer.android.com/training/implementing-navigation/nav-drawer.html

codeRider
  • 685
  • 1
  • 5
  • 14