文件名称:Android 修改viewpage滑动速度的实现代码
文件大小:38KB
文件格式:PDF
更新时间:2024-01-26 10:54:18
context id ie
1、自定义Scroller public class ViewPageFixedSpeedScroller extends Scroller { private int mDuration = 300; public ViewPageFixedSpeedScroller(Context context) { super(context); // TODO Auto-generated constructor stub } public ViewPageFixedSpeedScroller(Context context, Interpolator interp