2010-05-31 15:59:13 +02:00
|
|
|
<?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">
|
|
|
|
|
2011-11-22 23:45:11 +01:00
|
|
|
<ImageView android:id="@+id/poi_icon" android:layout_width="wrap_content" android:layout_height="wrap_content"
|
|
|
|
android:paddingLeft="1dp" android:paddingRight="1dp"
|
|
|
|
android:paddingTop="1dp" />
|
2010-05-31 15:59:13 +02:00
|
|
|
|
|
|
|
<TextView android:id="@+id/poidistance_label"
|
2010-06-03 11:34:04 +02:00
|
|
|
android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center"
|
2010-08-03 11:35:51 +02:00
|
|
|
android:textSize="22sp" android:maxWidth="80dp" android:minWidth="80dp"/>
|
2010-05-31 15:59:13 +02:00
|
|
|
<TextView android:id="@+id/poi_label" android:layout_width="wrap_content"
|
2010-08-03 11:35:51 +02:00
|
|
|
android:layout_height="wrap_content" android:textSize="22sp" />
|
2010-05-31 15:59:13 +02:00
|
|
|
|
|
|
|
</LinearLayout>
|