20d7b06a39
git-svn-id: https://osmand.googlecode.com/svn/trunk@126 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
16 lines
No EOL
793 B
XML
16 lines
No EOL
793 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="25px"
|
|
android:paddingLeft="2px" android:paddingRight="2px"
|
|
android:paddingTop="2px" android:layout_height="fill_parent" />
|
|
|
|
<TextView android:id="@+id/poidistance_label"
|
|
android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center"
|
|
android:textSize="25px" android:maxWidth="100px" android:minWidth="100px"/>
|
|
<TextView android:id="@+id/poi_label" android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content" android:textSize="25px" />
|
|
|
|
</LinearLayout> |