@H_502_1@我是
android编程的新手.我创建了一个ListView及其android:id =“@ id / listView1”
ListView list= (ListView) findViewById(R.id.listView1); ListView list= (ListView) findViewById(R.layout.listView1);
它会引用相同的ListView吗?这两个片段之间有什么区别吗?