如果您使用ListActivity / Fragment,则布局中ListView的ID应该为@android:id /
list,因此:在ListView中的whitelist_list.xml(whatever_activityname.xml)中,将ID更改为android:id
=“ @ android:id / list“
<ListView android:id="@android:id/list" android:layout_width="match_parent" android:layout_height="match_parent"/>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)