NikolaDespotoski / DrawerLayoutEdgeToggle

DrawerLayoutEdgeToggle is library that adds visible handle to the DrawerLayout. It allows you to slide the handle to open/close the DrawerLayout, or use click event to open/close the DrawerLayout. It is independent of the ActionBar home indicator as it is seen in ActionBarDrawerToggle.
24 stars 8 forks source link

Handle shown away from right drawer when using Gravity.END #6

Open jas017 opened 9 years ago

jas017 commented 9 years ago

I use two drawer layouts one on left and another on right. Left handle is working properly but right one is shown away from drawer. I saw like setVerticalPostionOffset(0) can be used in one of your stackoverflow answers. But i couldn't find any such method. Why is this happening?