I use slidingmenu + vierPager, can successfully do viewPager page switching, you can slide out the sidebar, but in my first viewPager need to have an advertising banner control, then added to it, banner not sliding around, as long as a Slide the call is slidingmenu sidebar, is there any solution?
Currently achieve the effect:

<-! Main posts under Banner (D4) -><-! Posts under the main text (D5) ->
Reply:
Resolved, detailed principle see http://blog.csdn.net/lp8800/article/details/9978219
View viewPager = ((MainActivity) activity) vp;.
if (viewPager! = null) {
((ViewPager) viewPager) requestDisallowInterceptTouchEvent (true);.
}
No comments:
Post a Comment