2011-04-14 00:11:35 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-05-30 09:19:03 +02:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
2014-11-17 16:25:17 +01:00
|
|
|
android:orientation="vertical">
|
2011-04-14 00:11:35 +02:00
|
|
|
|
2013-05-30 09:19:03 +02:00
|
|
|
<ListView
|
|
|
|
android:id="@android:id/list"
|
|
|
|
android:layout_width="fill_parent"
|
2013-08-03 03:29:16 +02:00
|
|
|
android:layout_height="0dp"
|
2014-11-17 16:25:17 +01:00
|
|
|
android:layout_weight="1"></ListView>
|
2011-04-14 00:11:35 +02:00
|
|
|
|
2013-05-30 09:19:03 +02:00
|
|
|
</LinearLayout>
|