Iam trying to find the id for the listview, but it dosen’t work just typing like this:
this.view = (ListView) findViewById(R.id.list);
R.id.list -> dosen’t work, cause it can’t find the id
Iam using my own custom made list.
<ListView
android:id="@+id/android:list"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
To obtain it: