Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BehindView over statusbar #743

Open
N1cE-tm opened this issue Jan 4, 2016 · 1 comment
Open

BehindView over statusbar #743

N1cE-tm opened this issue Jan 4, 2016 · 1 comment

Comments

@N1cE-tm
Copy link

N1cE-tm commented Jan 4, 2016

Hi, how to make BehindView over statusbar, but AboveView with statusbar for 21+
like ECSlidingViewController 2
687474703a2f2f692e696d6775722e636f6d2f574248595a55662e706e67

@minhdangoz
Copy link

mSlidingMenu = (SlidingMenu) mInflater.inflate(R.layout.slidingmenumain, null);
View vSidebar = mInflater.inflate(R.layout.sliding_menu_left_fragment, null);
mSlidingMenu.setMenu(vSidebar);
mSlidingMenu.setMode(SlidingMenu.LEFT);

mSlidingMenu.attachToActivity(this, SlidingMenu.SLIDING_CONTENT, true);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants