以下のようにidにはandroid:を付加しないとエラーになる。
<ListView android:id="@id/android:list" android:layout_width="fill_parent" android:layout_height="wrap_content" /> <TextView android:id="@+id/android:empty" android:layout_width="fill_parent" android:layout_height="wrap_content" />