DrawerLayoutToggles
DrawerLayoutToggles copied to clipboard
GravityCompat.END dont work
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);
Are you sure you correctly syncing the toggle in onPostCreate() or onConfigurationChange()? Let me know.
I think so, can you add example to README.md file?