<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:id="@+id/MyLayout"
    android:layout_height="match_parent"
    android:layout_width="match_parent"
    xmlns:android="http://schemas.android.com/apk/res/android">

    <ListView android:id="@+id/myListView"
        android:layout_height="match_parent"
        android:layout_width="match_parent"
        ></ListView>


</LinearLayout>
