摘要:
如果单纯的直接用Gallery来实现View的切换,往往给人一闪而过的现象,为了解决这个问题,我们重写一下Gallery,直接简单的重写几个方法,就能解决这个问题。下面是代码:public class GuideGallery extends Gallery {public GuideGallery(Context context) {super(context);// TODO Auto-generated constructor stub}public GuideGallery(Context context,AttributeSet attrs) {super(context, attr 阅读全文
posted @ 2013-02-20 17:04
蓝少泽
阅读(273)
评论(0)
推荐(0)
浙公网安备 33010602011771号