i used the menudrawer today and found that the the right side overlaydrawer could not drag freely as left side.So,i viewed the source code and find that it will be ok if i modify the code at the line 406 of OverlayDrawer to "mMenuVisible && x >= width - Math.abs(mOffsetPixels)". ~~happy.
i used the menudrawer today and found that the the right side overlaydrawer could not drag freely as left side.So,i viewed the source code and find that it will be ok if i modify the code at the line 406 of OverlayDrawer to "mMenuVisible && x >= width - Math.abs(mOffsetPixels)". ~~happy.