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

GravityCompat.END dont work #2

Open
eresid opened this issue May 29, 2014 · 2 comments
Open

GravityCompat.END dont work #2

eresid opened this issue May 29, 2014 · 2 comments

Comments

@eresid
Copy link

eresid commented May 29, 2014

Hi, do not work library if use android:layout_gravity="end" (slide to left)

ContentDisplaceDrawerToggle contentDisplaceToggle = new ContentDisplaceDrawerToggle(getActivity(), mDrawerLayout, R.id.main_content, GravityCompat.END);
mDrawerLayout.setDrawerListener(contentDisplaceToggle);

@NikolaDespotoski
Copy link
Owner

Are you sure you correctly syncing the toggle in onPostCreate() or onConfigurationChange()? Let me know.

@eresid
Copy link
Author

eresid commented Jun 11, 2014

I think so, can you add example to README.md file?

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