androidslidingmenujfeinstein

how to force the Sliding menu to cover the whole activity


I Use a Sliding menu of Jeremy Feinstein , https://github.com/jfeinstein10/SlidingMenu , and in my application when i open the side menu covers the half activity. I just need to covers the whole activity ( full width sidebar ).

Thanks


Solution

  • I'm not sure if this'll help you but as i remember you can set it like: Create a dimen resources named "sliding_menu_offset" and set it to "0" Than in code set your resources to left menu' behind offset res

    yourLeftMenu.setBehindOffsetRes(R.dimen.sliding_menu_offset);