2015-04-19 23:14:25 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-12-18 13:44:38 +01:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2015-04-19 23:14:25 +02:00
|
|
|
android:id="@+id/map_route_preparation_layout"
|
|
|
|
android:layout_width="match_parent"
|
2017-12-18 13:44:38 +01:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
tools:background="@color/route_info_bottom_view_bg_dark"
|
|
|
|
android:layout_gravity="bottom">
|
2015-04-19 23:14:25 +02:00
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
android:id="@+id/map_cancel_route_button"
|
2016-04-08 03:26:55 +02:00
|
|
|
android:contentDescription="@string/cancel_route"
|
2017-12-18 13:44:38 +01:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2017-12-18 17:44:09 +01:00
|
|
|
android:paddingTop="@dimen/route_info_buttons_padding_top_bottom"
|
|
|
|
android:paddingBottom="@dimen/route_info_buttons_padding_top_bottom"
|
|
|
|
android:paddingLeft="@dimen/route_info_buttons_padding_left_right"
|
|
|
|
android:paddingRight="@dimen/route_info_buttons_padding_left_right"
|
2015-04-19 23:14:25 +02:00
|
|
|
android:layout_gravity="center_vertical"
|
2015-12-08 19:50:08 +01:00
|
|
|
android:background="?attr/dashboard_button"
|
2015-04-19 23:14:25 +02:00
|
|
|
android:src="@drawable/ic_action_test_light" />
|
|
|
|
|
2015-12-08 19:50:08 +01:00
|
|
|
<View
|
2015-12-11 14:29:36 +01:00
|
|
|
android:id="@+id/dividerBtn1"
|
2015-12-08 19:50:08 +01:00
|
|
|
android:layout_width="1dp"
|
|
|
|
android:layout_height="match_parent"
|
2017-12-18 17:44:09 +01:00
|
|
|
android:layout_marginTop="@dimen/route_info_buttons_padding_top_bottom"
|
|
|
|
android:layout_marginBottom="@dimen/route_info_buttons_padding_top_bottom"
|
2017-12-18 13:44:38 +01:00
|
|
|
android:layout_gravity="center"
|
|
|
|
tools:background="@color/route_info_divider_dark"/>
|
2015-12-08 19:50:08 +01:00
|
|
|
|
2015-04-19 23:14:25 +02:00
|
|
|
<ImageButton
|
|
|
|
android:id="@+id/map_waypoints_route_button"
|
2016-04-08 03:26:55 +02:00
|
|
|
android:contentDescription="@string/waypoints"
|
2017-12-18 13:44:38 +01:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2017-12-18 17:44:09 +01:00
|
|
|
android:paddingTop="@dimen/route_info_buttons_padding_top_bottom"
|
|
|
|
android:paddingBottom="@dimen/route_info_buttons_padding_top_bottom"
|
|
|
|
android:paddingLeft="@dimen/route_info_buttons_padding_left_right"
|
|
|
|
android:paddingRight="@dimen/route_info_buttons_padding_left_right"
|
2015-04-19 23:14:25 +02:00
|
|
|
android:layout_gravity="center_vertical"
|
2015-12-08 19:50:08 +01:00
|
|
|
android:background="?attr/dashboard_button"
|
2015-04-19 23:14:25 +02:00
|
|
|
android:src="@drawable/ic_action_test_light" />
|
|
|
|
|
2015-12-08 19:50:08 +01:00
|
|
|
<View
|
2015-12-11 14:29:36 +01:00
|
|
|
android:id="@+id/dividerBtn2"
|
2015-12-08 19:50:08 +01:00
|
|
|
android:layout_width="1dp"
|
|
|
|
android:layout_height="match_parent"
|
2017-12-18 17:44:09 +01:00
|
|
|
android:layout_marginTop="@dimen/route_info_buttons_padding_top_bottom"
|
|
|
|
android:layout_marginBottom="@dimen/route_info_buttons_padding_top_bottom"
|
2017-12-18 13:44:38 +01:00
|
|
|
android:layout_gravity="center"
|
|
|
|
tools:background="@color/route_info_divider_dark"/>
|
2015-12-08 19:50:08 +01:00
|
|
|
|
2015-04-19 23:14:25 +02:00
|
|
|
<ImageButton
|
|
|
|
android:id="@+id/map_options_route_button"
|
2016-04-08 03:26:55 +02:00
|
|
|
android:contentDescription="@string/shared_string_more"
|
2017-12-18 13:44:38 +01:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2017-12-18 17:44:09 +01:00
|
|
|
android:paddingTop="@dimen/route_info_buttons_padding_top_bottom"
|
|
|
|
android:paddingBottom="@dimen/route_info_buttons_padding_top_bottom"
|
|
|
|
android:paddingLeft="@dimen/route_info_buttons_padding_left_right"
|
|
|
|
android:paddingRight="@dimen/route_info_buttons_padding_left_right"
|
2015-04-19 23:14:25 +02:00
|
|
|
android:layout_gravity="center_vertical"
|
2015-12-08 19:50:08 +01:00
|
|
|
android:background="?attr/dashboard_button"
|
2015-04-19 23:14:25 +02:00
|
|
|
android:src="@drawable/ic_action_test_light" />
|
|
|
|
|
|
|
|
<TextView
|
2017-12-18 16:03:39 +01:00
|
|
|
android:textAllCaps="true"
|
2015-04-19 23:14:25 +02:00
|
|
|
android:id="@+id/map_go_route_button"
|
|
|
|
android:layout_height="match_parent"
|
2017-12-18 16:03:39 +01:00
|
|
|
android:layout_width="match_parent"
|
2015-04-19 23:14:25 +02:00
|
|
|
android:layout_gravity="center_vertical"
|
2017-12-18 16:03:39 +01:00
|
|
|
tools:drawableLeft="@drawable/ic_action_test_light"
|
2015-04-19 23:14:25 +02:00
|
|
|
android:gravity="center_vertical"
|
2017-12-18 17:44:09 +01:00
|
|
|
android:drawablePadding="@dimen/route_info_button_go_drawable_padding"
|
|
|
|
android:paddingLeft="@dimen/route_info_button_go_drawable_padding"
|
|
|
|
android:paddingStart="@dimen/route_info_button_go_drawable_padding"
|
|
|
|
android:layout_marginTop="@dimen/route_info_button_go_margin"
|
|
|
|
android:layout_marginBottom="@dimen/route_info_button_go_margin"
|
|
|
|
android:layout_marginRight="@dimen/route_info_button_go_margin"
|
|
|
|
android:layout_marginEnd="@dimen/route_info_button_go_margin"
|
2015-04-19 23:14:25 +02:00
|
|
|
android:textSize="@dimen/default_list_text_size"
|
2017-12-18 16:03:39 +01:00
|
|
|
android:textStyle="bold"
|
|
|
|
tools:background="@drawable/route_info_go_btn_bg_dark"/>
|
2015-04-19 23:14:25 +02:00
|
|
|
|
|
|
|
</LinearLayout>
|