列表视图,有两个文本视图和一个图像视图

发布于 2024-12-11 12:11:47 字数 117 浏览 0 评论 0原文

我想制作一个带有列表视图的程序。 左侧应该是一个图像,中间是一个文本视图,右侧是另一个文本视图。

我实现了一个带有图像和一个文本的列表视图,但我无法添加第二个文本视图...

感谢您的帮助!

i want to make a programm, with a listview.
On the left side should be a image in the center a textview and on the right another textview.

I realised a listview with a image and ONE text, but i can t add a second textview...

Thanks for helping!

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

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

发布评论

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

评论(1

秋意浓 2024-12-18 12:11:47

您只需将自定义适配器与您自己的行布局结合使用,如下所述:

http:// /developer.android.com/reference/android/app/ListActivity.html

如果您想要更多具体信息,请包含您到目前为止的代码,我可以提出更多建议!

You simply use a Custom Adapter combined with your own row layout as discussed here:

http://developer.android.com/reference/android/app/ListActivity.html

If you want more specifics, please include the code that you have so far and I can make more suggestions!

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