2010-05-31 15:59:13 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- This file is at /res/layout/list.xml -->
|
|
|
|
<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-06-12 14:27:50 +02:00
|
|
|
<LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
|
|
|
|
<Button android:text="@string/search_POI_level_btn" android:id="@+id/SearchPOILevelButton" android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_weight="1"></Button>
|
|
|
|
<TextView android:layout_width="wrap_content" android:text="" android:id="@+id/SearchAreaText" android:layout_height="wrap_content"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
2010-05-31 16:39:04 +02:00
|
|
|
<ListView android:id="@android:id/list" android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"></ListView>
|
2010-05-31 15:59:13 +02:00
|
|
|
</LinearLayout>
|