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"
|
2013-07-17 13:55:51 +02:00
|
|
|
android:paddingTop="5dp"
|
|
|
|
android:paddingBottom="5dp"
|
2013-07-12 02:40:43 +02:00
|
|
|
>
|
|
|
|
|
|
|
|
<LinearLayout android:layout_width="wrap_content"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:paddingLeft="6dp"
|
|
|
|
android:paddingRight="3dp">
|
|
|
|
|
|
|
|
<ImageView android:id="@+id/poi_direction" android:layout_width="26dp" android:layout_height="26dp"
|
|
|
|
/>
|
|
|
|
|
|
|
|
<ImageView android:id="@+id/poi_icon" android:layout_width="26dp" android:layout_height="26dp"
|
|
|
|
android:layout_marginLeft="3dp" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
2010-05-31 15:59:13 +02:00
|
|
|
|
2013-07-12 02:40:43 +02:00
|
|
|
<LinearLayout android:layout_width="wrap_content"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:paddingRight="3dp">
|
|
|
|
|
|
|
|
<TextView android:id="@+id/poi_label" android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent" android:gravity="center_vertical" style="@style/ListText.Small"/>
|
2010-05-31 15:59:13 +02:00
|
|
|
|
2013-07-12 02:40:43 +02:00
|
|
|
</LinearLayout>
|
2012-09-12 22:10:33 +02:00
|
|
|
|
2010-05-31 15:59:13 +02:00
|
|
|
</LinearLayout>
|