Android: Disable HorizontalScrollView end of scrolling edge

不羁的心 提交于 2019-12-23 12:38:37

问题


I mean that i want to get rid of the "end of scrolling indicator" that appears when the user try to overscroll the view:


回答1:


never mind, i've found a neat feature called android:overScrollMode="never".

that did the trick :D



来源:https://stackoverflow.com/questions/32172868/android-disable-horizontalscrollview-end-of-scrolling-edge

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!