android-gallery 如何设置所选子项的位置
正如我们所知,所选子项的默认位置是在中间。但我想将它显示在图库的左侧。如何做到这一点。
谢谢~
as we know,the default position of the child which is selected is in the middle.but i want to show it in the gallery's left.how to do this.
thanks~
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 setSelection(intposition) 方法设置哪个项目将显示为选中状态。要显示左侧,您只需使用 setSelection(0)。简单...请检查 Rahul 提供的链接,了解有关图库的更多信息
use the method setSelection(int position) to set which item will be shown as selected. For showing the left you have just use setSelection(0). simple... please check the given link by Rahul for more information about Gallery