Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用这个 Android库。我不想滑动来改变视图,而是点击。我的意思是两者都有效,但我可以以某种方式禁用刷卡吗?
你可以使用这个类,只需像这样关闭它:
mViewPager.setPagingEnabled(false);
根据这个答案