OsmAnd/OsmAnd/res/layout/searchpoilist.xml
2011-12-11 01:20:36 +01:00

15 lines
No EOL
516 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<ListView
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:divider="@drawable/tab_text_separator"
android:cacheColorHint="@color/activity_background">
</ListView>
</LinearLayout>