如何在垂直滚动视图中显示图像列表?

发布于 2024-12-07 01:58:46 字数 349 浏览 0 评论 0原文

我有一个像这样的图像列表

  public Integer[] mImageIdsen = {
                    R.drawable.small,
                R.drawable.small,
                R.drawable.small,
                R.drawable.small,
                R.drawable.small,
                R.drawable.small};

,我想以滚动视图中的线性垂直布局显示它。 如何将此图像分配到垂直滚动列表? 我无法放置 xml 代码。

I have a list of images like this

  public Integer[] mImageIdsen = {
                    R.drawable.small,
                R.drawable.small,
                R.drawable.small,
                R.drawable.small,
                R.drawable.small,
                R.drawable.small};

and I want to show it in a linear vertical layout which is in a scrollview.
How can I assign this images to the vertical scroll list?
I can't put the xml code.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

沙与沫 2024-12-14 01:58:46

对您想要垂直添加图像的父布局应用滚动。

Apply scroll for parent layout in which u want to add your images vertically.

记忆里有你的影子 2024-12-14 01:58:46

自定义列表视图是最好的解决方案。重写 getview 并在其中添加图像。

Custom list view is the best solution for the same. Override getview and add the images within it.

梦巷 2024-12-14 01:58:46

您可以使用Gallery来显示这些。它是水平滚动的

You could use Gallery to display these. It's horizontal scrollable

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