我想在我的一些组件下面添加列表视图
我是 android 新手,我正在尝试在我的一些控件下添加列表视图。我不明白如何做到这一点。而且我已经在 xml 中使用了滚动视图,因为控件更多。所以请任何人都可以帮助我解决这个问题。?提前致谢。我放置了我的 xml 的链接。 1[此处]
I am new in android and i am trying to add list view under some of my controls. I am not getting it how to do this. And i have already used Scroll view in xml as controls are more. So plz any one can help me out of this.? Thanks in advanced. I put link of my xml . 1[here]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要将 ListView 添加到您的项目,请在您的 java 文件中使用以下代码。
To add ListView to your Project, use the following code in your java file.