Tsc*_*kle 5 android listview scroll
在我的三星Galaxy S上,ListView如果过度滚动则会产生弹性效果.但我不希望这在我的申请中.我可以禁用此弹性滚动吗?
tsm*_*ith 10
如果Elastic指的是listview通过类似于Sense UI或iPhone来处理过度滚动的方式,那么您可能对setOverscrollMode,setOverscrollHeader,setOverscrollFooter和onOverscroll感兴趣.祝你解决好运!
小智 -3
使用主题,您可以覆盖背景但不能禁用滚动效果:
<application android:icon="@drawable/icon" android:label="@string/app_name"
android:debuggable="true" android:theme="@android:style/Theme.Light">
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
3739 次 |
| 最近记录: |