48 lines
1.7 KiB
XML
48 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@drawable/distance_background"
|
|
android:orientation="horizontal" >
|
|
|
|
<ImageButton
|
|
android:id="@+id/my_location"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_weight="1"
|
|
android:src="@drawable/my_location_action_bar" />
|
|
|
|
<ImageButton
|
|
android:id="@+id/mark_my_location"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_weight="1"
|
|
android:src="@drawable/mark_my_location_action_bar" />
|
|
|
|
<ImageButton
|
|
android:id="@+id/show_both"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:layout_weight="1"
|
|
android:src="@drawable/car_action_bar" />
|
|
|
|
<ImageButton
|
|
android:id="@+id/parking_timer"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_weight="1"
|
|
android:src="@drawable/time_action_bar" />
|
|
|
|
<ImageButton
|
|
android:id="@+id/directions"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_weight="1"
|
|
android:src="@drawable/nav_action_bar" />
|
|
|
|
</LinearLayout> |