0

I am using this Android library. I don't want to swipe to change view but to tap. I mean both works but can I disable swiping somehow?

Emilio Gaines
  • 95
  • 1
  • 10

1 Answers1

0

You can use this class, just turn it off like this:

mViewPager.setPagingEnabled(false);

Accourding to this answer

Community
  • 1
  • 1
ʍѳђઽ૯ท
  • 16,646
  • 7
  • 53
  • 108