blob: 7fadaeadc0133beed88df2cba0d4f97ad6b61b67 [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="@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>