-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to add swipe from left to right? #2
Comments
Do you mean that you need to swipe an item both from right to left and left to right? |
Yes, exactly! I've tried to do something like this to have menu from both sides:
But without luck. Maybe there is an option to reach the goal? |
No. Currently it only supports right side menu to a item layout in left-to-right direction and the left side menu you placed above has been just treated as a normal view (not a menu), so support for both side menus will need to take some time to expand and debug the view. |
Oh, thank you anyway. Unfortunately I'm newbie android developer but I'll try to understand how it works so may be I can add the function. Could you give me any clue where to start? |
onInterceptTouchEvent() -> onTouchEvent() |
Thank you! |
Hello,
@freeze-frames Thank you very much for you great work!
Could you tell me is it possible to add swipe from left to right with the same behavior it works from right to left?
The text was updated successfully, but these errors were encountered: