mxn21 / FlowingDrawer

swipe display drawer with flowing & bouncing effects.
Apache License 2.0
2.57k stars 468 forks source link

how to set menu in right of screen #18

Closed siavash-sajjad closed 8 years ago

siavash-sajjad commented 8 years ago

hi i wanna set menu in right of screen and open from right to left. is it possible?

mxn21 commented 8 years ago

no , it's not support right now. sorry .

siavash-sajjad commented 8 years ago

if i want to support this option(set menu in right of screen), what should i do? please help me to add this option to your library

mxn21 commented 8 years ago

it will maybe cost too much work.first , in LeftDrawerLayout's onLayout method , put mLeftMenuView to right . and then a lot of x coordinate need to adjust . I'm not willing to do this in 1.X version . I will restructure the library in 2.x version , and maybe will not use ViewDragHelper . when I finish 2.x version i will add this option , but I can't promise it will take how long .

siavash-sajjad commented 8 years ago

sorry but i don't understand

put mLeftMenuView to right . and then a lot of x coordinate need to adjust .