Is there a way to disable fading that a viewPager has scroll to edges?(有没有办法禁用 viewPager 滚动到边缘的淡入淡出?)
问题描述
诸如 ListView 之类的可滚动视图在没有内容的边缘具有淡蓝色效果并滚动到最后.如何关闭效果?
Scrollable views such as the ListView have a fade blue effect along the edges where there is no content and scroll to the end. How can I close the effect?
在列表视图中我可以使用:
at listview i can use :
但是viewPager没用,可以给我一些建议
but at the viewPager not useful,can give me some advice
推荐答案
我有一个解决方案:
现在一切正常.我在这里找到了解决方案.
Now everything is OK. I found the solution here.
这篇关于有没有办法禁用 viewPager 滚动到边缘的淡入淡出?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!