16 lines
No EOL
784 B
XML
16 lines
No EOL
784 B
XML
<?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">
|
|
|
|
<ImageView android:id="@+id/poi_icon" android:layout_width="26dp" android:layout_height="26dp"
|
|
android:paddingLeft="0dp" android:paddingRight="0dp"
|
|
android:paddingTop="0dp" />
|
|
|
|
<TextView android:id="@+id/poidistance_label"
|
|
android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center"
|
|
android:textSize="22sp" android:maxWidth="80dp" android:minWidth="80dp"/>
|
|
<TextView android:id="@+id/poi_label" android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content" android:textSize="22sp" />
|
|
|
|
</LinearLayout> |