OsmAnd/OsmAnd/res/layout/searchpoilist.xml
Victor Shcherb ec0f5747bb first cut for search address functionality
git-svn-id: https://osmand.googlecode.com/svn/trunk@104 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-05-31 14:39:04 +00:00

10 lines
No EOL
409 B
XML

<?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"
android:layout_height="fill_parent">
<ListView android:id="@android:id/list" android:layout_width="fill_parent"
android:layout_height="fill_parent" ></ListView>
</LinearLayout>