SimonVT / android-menudrawer

*DEPRECATED* A slide-out menu implementation, which allows users to navigate between views in your app.
http://simonvt.github.com/android-menudrawer/
Apache License 2.0
2.59k stars 1.11k forks source link

Problem in MenuDrawer class #245

Closed guimendes92 closed 10 years ago

guimendes92 commented 10 years ago

Have an error in code, when import into eclipse. Don't find LAYOUT_DIRECTION_RTL constant and other problems

SimonVT commented 10 years ago

You need to compile it against an api level where those methods and constants exists.