标签: java android android-viewpager
我想允许ViewPager正常向右/向左滑动并检测Vertical Flings。我尝试分配GestureDetector,但问题是从方法true返回public boolean onDown(MotionEvent e)会禁用ViewPager的正常水平滑动。任何想法如何允许两者?
GestureDetector
true
public boolean onDown(MotionEvent e)
答案 0 :(得分:0)
已经有一些自定义控件。尝试查看如何实现Vertical ViewPager的这些主题。
希望这会有所帮助。:)