In my XML, I have the following
<ListView
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="fill_parent" >
</ListView>
How do I refer to this list view in my Java class files. R.id._ doesn’t seem to work.
Try this ID: