Closed zengqiang24 closed 7 years ago
hello ,this is my layout structure: dragLayout ----- fragment0 --------- scrollview0 ------fragment1 ---------- button0 button1 botton2 -----------viewPager --------------fragment2,fragment3,fragment4
button0.1.2 are use to switch the viewPager's fragments. my issue is that I can't scroll up to fragment0 in viewPager,can you help me?
thanks,I have override the isAtBottom() method,It works.
hello ,this is my layout structure: dragLayout ----- fragment0 --------- scrollview0 ------fragment1 ---------- button0 button1 botton2 -----------viewPager --------------fragment2,fragment3,fragment4
button0.1.2 are use to switch the viewPager's fragments. my issue is that I can't scroll up to fragment0 in viewPager,can you help me?