Hi all, what’s the best way to add a swipe gesture listener to a view in my main activity? I have a view that, if a user swipes down on it, opens another view below it. I should say, that I also have other buttons in that view, so I still want a user to be able to press those. I’m assuming the answer is creating a custom listener that takes in both gestures and taps?