我刚刚为Gallary完成了一些代码,现在它的工作正常。我已经跟踪了这个http://developer.android.com/resources/tutorials/views/hello-gallery.html的链接。但我的概念仍然不明确。我曾经使用过那种风格,这是什么?还有一件事,是否有可能改变gallary显示模式(我的意思是它的默认模式是LR或RL我们可以改变它的顶部 - 底部或底部机顶)。
TypedArray attr = mContext
.obtainStyledAttributes(R.styleable.HelloGallery);
mGalleryItemBackground = attr.getResourceId(
R.styleable.HelloGallery_android_galleryItemBackground, 0);
attr.recycle();
答案 0 :(得分:0)
Jay,你不能改变Android中Gallery的默认行为。
如果你仍想让画廊作品顶部和底部移动,你需要专门为你的应用程序定制画廊。