标签: android
我们假设我有这样的布局
<RelativeLayout> <MyListView /> <RelativeLayout /> </RelativeLayout>
是否有机会从RelativeLayout构建函数中正确获取内部MyListView ListView?
RelativeLayout
MyListView
ListView
只需findViewById(R.id....)返回null。
findViewById(R.id....)
null