blob: 91a0fd29e51204dd12c199bdd0065741f4880872 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent"
android:layout_height="wrap_content">
<ListView android:id="@id/android:list" android:layout_width="fill_parent" android:layout_height="wrap_content"/>
<ListView android:id="@android:id/android:list" android:layout_width="fill_parent" android:layout_height="wrap_content"/>
<ListView android:id="@android:id/list" android:layout_width="fill_parent" android:layout_height="wrap_content"/>
<ListView android:id="<error>@android:id/ist</error>" android:layout_width="fill_parent" android:layout_height="wrap_content"/>
</LinearLayout>