摘要: <Gallery android:id="@+id/product_new_source_pictures" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="-150dp" //改这里就好了,根据不同的机型做修改 android:spacing="10dp" />这样做,选中项是最左边那个,滑动到最右的时候,最后一个也是在左边 阅读全文
posted @ 2012-11-10 23:25 水瓶-邓浩铭 阅读(320) 评论(0) 推荐(0)
摘要: 请参考解决!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)