问题:
1、对于android中的系统资源的组件id,如何获取问题:
@android:id/list
解决办法:
1、ListView lv=(ListView)findViewByid(android.R.id.list);