2010-06-26 11:22:41 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
2012-02-07 08:16:07 +01:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content">
|
2010-06-26 11:22:41 +02:00
|
|
|
|
2012-02-07 08:16:07 +01:00
|
|
|
<ImageView android:id="@+id/direction" android:layout_width="32dp" android:layout_height="32dp" />
|
|
|
|
<TextView android:text="" android:id="@+id/distance" android:layout_marginLeft ="5dp"
|
|
|
|
android:layout_width="50dp" android:layout_height="wrap_content"></TextView>
|
|
|
|
<TextView android:text="" android:id="@+id/description" android:layout_weight="1"
|
2013-08-03 03:29:16 +02:00
|
|
|
android:layout_width="0dp" android:layout_height="wrap_content"></TextView>
|
2012-02-07 08:16:07 +01:00
|
|
|
<TextView android:text="" android:id="@+id/time" android:layout_marginLeft ="5dp"
|
|
|
|
android:layout_width="45dp" android:layout_height="wrap_content"></TextView>
|
2010-06-26 11:22:41 +02:00
|
|
|
|
|
|
|
</LinearLayout>
|