2010-06-03 11:34:04 +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">
|
|
|
|
|
2010-08-02 22:59:28 +02:00
|
|
|
<ImageView android:id="@+id/favourite_icon" android:layout_width="25dp"
|
|
|
|
android:paddingLeft="2dp" android:paddingRight="2dp"
|
|
|
|
android:paddingTop="2dp" android:layout_height="fill_parent" />
|
2010-06-03 11:34:04 +02:00
|
|
|
|
|
|
|
<TextView android:id="@+id/favouritedistance_label"
|
|
|
|
android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center"
|
2010-08-02 22:59:28 +02:00
|
|
|
android:textSize="23sp" android:maxWidth="150dp" android:minWidth="100dp"/>
|
|
|
|
<TextView android:id="@+id/favourite_label" android:layout_width="wrap_content" android:layout_marginLeft="10dp"
|
|
|
|
android:layout_height="wrap_content" android:textSize="23sp" />
|
2010-06-03 11:34:04 +02:00
|
|
|
|
|
|
|
</LinearLayout>
|