I have an activity containing a Navigation Drawer and a AutoScrollViewPager. When I **swipe from the left edge of my phone's screen to open the Navigation Drawer, the AutoScrollViewPager's page changes instead of Navigation Drawer coming out. How can I disable the swiping of AutoScrollViewPager from its edges?
P.S. I tried adding margin to the AutoScrollViewPager but it looks ugly and does not work if the margin isn't large enough.