OsmAnd/OsmAnd/res/layout/search_address_offline.xml

13 lines
421 B
XML
Raw Normal View History

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"
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"
android:layout_height="0dp"
android:layout_weight="1"></ListView>
2011-04-14 00:11:35 +02:00
2013-05-30 09:19:03 +02:00
</LinearLayout>