android-gallery 如何设置所选子项的位置

发布于 2024-10-12 05:30:10 字数 62 浏览 6 评论 0原文

正如我们所知,所选子项的默认位置是在中间。但我想将它显示在图库的左侧。如何做到这一点。

谢谢~

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

素染倾城色 2024-10-19 05:30:10

使用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文