Android、ListActivity 和子视图
我有一个显示 ListView
的 ListActivity
。我从主要活动开始活动,并且希望列表视图在主要活动的视图中显示为子视图。我该怎么做?
(这足以回答更一般的问题 - 如何将一个活动绑定到另一个活动的内容视图中的子视图?)
I have a ListActivity
which displays a ListView
. I'm starting the activity from my main activity, and I'd like for the list view to appear as a subview in the view of my main activity. How do I do this?
(It's enough to answer the more general question - how do you bind an activity to a subview in the content view of another activity?)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 ListView 的 id 设置为 andriud:id="@android:id/list"。请参阅 ListActivity 的 Javadoc:
Set the id of your ListView to andriud:id="@android:id/list". See the Javadoc for ListActivity: