jfeinstein10 / SlidingMenu

An Android library that allows you to easily create applications with slide-in menus. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks!
Apache License 2.0
11.07k stars 5.04k forks source link

Customizing the width of the secondry menu #542

Open sourcebits-anshul opened 11 years ago

sourcebits-anshul commented 11 years ago

Please help http://stackoverflow.com/questions/18848337/how-to-customize-setsecondarymenus-width-of-slidingmenu-library-of-jfeinstein

JoeyZhao317 commented 11 years ago

HI I had the same requirement with you. So I forked a new branch and added this feature in my branch: in my branch, I added a new method for SlideMenu. You can use

sm.setRightBehindOffset(200); to adjust the right menu's width.

Any problems please let me know.

sourcebits-anshul commented 11 years ago

@buptcoder cool..... i ll use and let you know how it behaves