OsmAnd/OsmAnd/res/layout/searchpoilist.xml
Victor Shcherb 8b8c7928b2 fix small issues
git-svn-id: https://osmand.googlecode.com/svn/trunk@168 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-06-17 08:07:39 +00:00

9 lines
No EOL
362 B
XML

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