2010-07-04 23:09:26 +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">
|
|
|
|
|
|
|
|
<!-- <TextView android:id="@+id/distance_label" android:layout_marginLeft="5dp"
|
|
|
|
android:layout_width="80dp" android:layout_height="fill_parent" android:gravity="left"
|
2010-08-03 11:35:51 +02:00
|
|
|
android:textSize="20sp"/> -->
|
2010-07-04 23:09:26 +02:00
|
|
|
<TextView android:id="@+id/label" android:layout_weight="1" android:layout_width="wrap_content"
|
2010-08-03 11:35:51 +02:00
|
|
|
android:layout_height="wrap_content" android:textSize="20sp" />
|
2010-07-04 23:09:26 +02:00
|
|
|
|
|
|
|
<ImageButton android:id="@+id/remove" android:layout_width="wrap_content" android:background="@drawable/reset"
|
2013-03-06 19:42:54 +01:00
|
|
|
android:contentDescription="@string/default_buttons_delete"
|
2010-08-03 11:35:51 +02:00
|
|
|
android:paddingLeft="2dp" android:paddingRight="2dp"
|
|
|
|
android:paddingTop="2dp" android:layout_height="wrap_content" />
|
2010-07-04 23:09:26 +02:00
|
|
|
|
|
|
|
</LinearLayout>
|