2010-05-31 15:59:13 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="vertical" android:layout_width="fill_parent"
|
2010-05-31 16:39:04 +02:00
|
|
|
android:layout_height="fill_parent">
|
2010-05-31 15:59:13 +02:00
|
|
|
<ListView android:id="@android:id/list" android:layout_width="fill_parent"
|
2010-05-31 16:39:04 +02:00
|
|
|
android:layout_height="fill_parent" ></ListView>
|
2010-05-31 15:59:13 +02:00
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|