Android 中的自定义图库缩略图

发布于 2024-10-29 08:12:52 字数 91 浏览 4 评论 0原文

感谢您的阅读!

我正在使用Android Gallery教程,想知道是否有办法自定义图库的缩略图>例如:在图像上显示标题?

谢谢!

Thanks for reading!

I am using the Android Gallery tutorial and wondering if there's a way to customize the thumbnails of the gallery> For eg: Display caption ON the image?

Thanks!

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

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

发布评论

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

评论(2

可爱咩 2024-11-05 08:12:52

在尝试了此处建议的所有方法后,我仍然无法按照我想要的方式获得自定义图库。我不断遇到ClassCastException。所以,这就是到目前为止对我有用的方法。这只是一种解决方法,如果有人想出更好的方法来设计自定义图库 - 请在此处发布您的答案,以便我接受。

感谢您的帮助!

After trying all approaches suggested here, I wasn't able to still get a custom gallery the way I wanted it to. I kept running into ClassCastException. So, here's what worked for me till now. This is just a workaround and incase someone comes up with a better way to design a custom gallery - do post your answer here so I can accept it.

Thanks for helping out!

凉城已无爱 2024-11-05 08:12:52

您可以完全自定义您的图库项目。只需从 ImageAdaptergetView 方法返回您想要的任何 View 即可。

(我假设您正在使用教程)

You can completely customize your Gallery items. Just return whatever View you want from the getView method of the ImageAdapter.

(I assume your are using this tutorial)

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