In my application I have an activity thats layout is basicly following:
The red part is a viewpager with fragments. The blue part is a layout with buttons that doesnt change with swipe on viewpager. But i want that the viewpager is swipable (smoothly) in the hole green framed area. It should act like normal viewpager behavior.
I have absolutely no idea if that is even possible or not, but hope it does.
I thought that it is maybe possible with a gestureoverlay or something, but don't know how to apply the detected gesture on the viewpager. Only detecting swipe and set current page is not what I want achieve.
(I'm writing in java)