OsmAnd/OsmAnd/res/layout/searchpoi_list.xml
Victor Shcherb 24ccb2e33e add direction to poi
git-svn-id: https://osmand.googlecode.com/svn/trunk@290 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-07-06 18:10:17 +00:00

16 lines
No EOL
784 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="wrap_content"
android:orientation="horizontal">
<ImageView android:id="@+id/poi_icon" android:layout_width="26px" android:layout_height="26px"
android:paddingLeft="2px" android:paddingRight="2px"
android:paddingTop="2px" />
<TextView android:id="@+id/poidistance_label"
android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center"
android:textSize="22px" android:maxWidth="80dp" android:minWidth="80dp"/>
<TextView android:id="@+id/poi_label" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:textSize="22px" />
</LinearLayout>