列表视图,有两个文本视图和一个图像视图
我想制作一个带有列表视图的程序。 左侧应该是一个图像,中间是一个文本视图,右侧是另一个文本视图。
我实现了一个带有图像和一个文本的列表视图,但我无法添加第二个文本视图...
感谢您的帮助!
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只需将自定义适配器与您自己的行布局结合使用,如下所述:
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!