I also used the addHeaderView method to add the ViewPager as header.
But when I scroll the ViewPager , the ListView also scrolls.
How can I prevent the ListView to not receive the touch event when I scroll the ViewPager. How can I override the onInterceptTouchEvent in ListView ? return false ?