blob: 9262f97cd588d836e6ce599addf2e2da46b18814 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:id="@+id/LinearLayout1"
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<ListView android:layout_width="match_parent" android:id="@+id/listView1"
android:layout_height="wrap_content">
</ListView>
<Button android:text="Button" android:id="@+id/button1"/>
</LinearLayout>