摘要: 请参考解决!Gallery中嵌套ListView,Gallery不能滑动的问题 阅读全文
posted @ 2012-09-14 08:55 水瓶-邓浩铭 阅读(260) 评论(0) 推荐(0)
摘要: 直接代码,请看注释/* * 引入相关类 * */import android.content.Context;import android.util.AttributeSet;import android.view.MotionEvent;import android.view.ViewConfiguration;import android.widget.Gallery;/* * 继承Gallery,重写onInterceptTouchEvent(MotionEvent ev)方法 * */public class BetterGallery extends Gallery { pri... 阅读全文
posted @ 2012-09-14 08:53 水瓶-邓浩铭 阅读(582) 评论(0) 推荐(1)