如何将选定的图片放在图库中?
如何将图库中的图像居中?如果我使用 setSelection()
画廊不在中心,她有时移到左边,有时移到右边。 仅当图像位于四肢或所选图像位于中心时,她才会在中心移动。
如果我做第二个派系,图片就会在中间,我不明白为什么。我使用 setOnItemClickListener 来更改图像。
how to center an image from gallery? If i use setSelection()
the gallery didn't are center, she move sometime in left sometime in right.
She move in center only if the image was in extremities or if the selected image was in center.
If i do a second clique the picture go in center, i don't understand why. I use a setOnItemClickListener to change the image.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这就是 Gallery 的行为。只需使用 Gallery 的类对其进行自定义,其中涉及 CustomGallery CustomAbsSpinner 和 CustomAdapterView 并根据您的要求更改 Gallery 类 getCenterOfGallery() 的功能。
This is what the behavior of the Gallery.Just Use the classes of the Gallery Customize it which involve CustomGallery CustomAbsSpinner and CustomAdapterView and change the function of Gallery class getCenterOfGallery() as per your requirement.