DrawerLayoutToggles icon indicating copy to clipboard operation
DrawerLayoutToggles copied to clipboard

GravityCompat.END dont work

Open eresid opened this issue 10 years ago • 2 comments

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);

eresid avatar May 29 '14 12:05 eresid

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

NikolaDespotoski avatar May 29 '14 14:05 NikolaDespotoski

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

eresid avatar Jun 11 '14 10:06 eresid