592 lines
No EOL
22 KiB
XML
592 lines
No EOL
22 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:osmand="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@color/color_transparent">
|
|
|
|
<net.osmand.plus.mapcontextmenu.InterceptorLinearLayout
|
|
android:id="@+id/main_view"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<include layout="@layout/context_menu_top_shadow" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/route_menu_top_shadow_all"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="?attr/card_and_list_background_basic"
|
|
android:orientation="vertical">
|
|
|
|
<FrameLayout
|
|
android:id="@+id/modes_layout_list_container"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/route_info_modes_height">
|
|
|
|
<FrameLayout
|
|
android:id="@+id/modes_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
tools:ignore="UselessParent">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/app_modes"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginLeft="@dimen/context_menu_buttons_padding_bottom"
|
|
android:layout_marginRight="@dimen/context_menu_buttons_padding_bottom"
|
|
android:orientation="horizontal"
|
|
android:paddingStart="40dp"
|
|
android:paddingLeft="40dp"
|
|
android:paddingEnd="@dimen/route_info_app_modes_padding"
|
|
android:paddingRight="@dimen/route_info_app_modes_padding" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/app_modes_fold_container"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:background="@color/color_transparent"
|
|
android:layout_gravity="start"
|
|
android:orientation="horizontal">
|
|
|
|
<android.support.v7.widget.AppCompatImageView
|
|
android:id="@+id/fold_button"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
|
android:paddingLeft="@dimen/route_info_icon_padding_right"
|
|
android:paddingRight="@dimen/route_info_icon_padding_right"
|
|
android:src="@drawable/ic_action_arrow_down"
|
|
android:tint="@color/description_font_and_bottom_sheet_icons" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/app_modes_options_container"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:background="@color/color_transparent"
|
|
android:layout_gravity="end">
|
|
|
|
<ImageView
|
|
android:id="@+id/app_modes_options"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
|
android:paddingLeft="@dimen/route_info_icon_padding_right"
|
|
android:paddingRight="@dimen/route_info_icon_padding_right"
|
|
android:src="@drawable/ic_overflow_menu_dark" />
|
|
|
|
</LinearLayout>
|
|
|
|
</FrameLayout>
|
|
|
|
</FrameLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/FromLayout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="?attr/selectableItemBackground"
|
|
android:minHeight="@dimen/route_info_list_item_height"
|
|
android:orientation="horizontal">
|
|
|
|
<ImageView
|
|
android:id="@+id/fromIcon"
|
|
android:layout_width="@dimen/standard_icon_size"
|
|
android:layout_height="@dimen/standard_icon_size"
|
|
android:layout_marginStart="@dimen/list_content_padding"
|
|
android:layout_marginLeft="@dimen/list_content_padding"
|
|
android:layout_marginTop="@dimen/list_header_text_left_margin"
|
|
android:layout_marginEnd="@dimen/favorites_icon_right_margin"
|
|
android:layout_marginRight="@dimen/favorites_icon_right_margin"
|
|
android:layout_marginBottom="@dimen/list_header_text_left_margin"
|
|
android:src="@drawable/map_default_location" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:minHeight="@dimen/route_info_list_item_height"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:id="@+id/fromTitle"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginRight="@dimen/list_content_padding"
|
|
android:layout_marginBottom="3dp"
|
|
android:text="@string/route_from"
|
|
android:textColor="@color/description_font_and_bottom_sheet_icons"
|
|
android:textSize="@dimen/default_sub_text_size" />
|
|
|
|
<TextView
|
|
android:id="@+id/fromText"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="@dimen/list_content_padding"
|
|
android:layout_marginRight="@dimen/list_content_padding"
|
|
android:gravity="left"
|
|
android:singleLine="true"
|
|
android:textColor="?android:textColorPrimary"
|
|
android:textSize="@dimen/default_list_text_size"
|
|
tools:text="My position" />
|
|
|
|
</LinearLayout>
|
|
|
|
<FrameLayout
|
|
android:id="@+id/from_button"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/context_menu_padding_margin_medium"
|
|
android:layout_marginTop="@dimen/route_info_icon_vertical_padding"
|
|
android:layout_marginRight="@dimen/context_menu_padding_margin_medium"
|
|
android:layout_marginBottom="@dimen/route_info_icon_vertical_padding"
|
|
tools:background="@drawable/btn_rounded_dark">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/from_button_container"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center"
|
|
tools:visibility="visible">
|
|
|
|
<net.osmand.plus.widgets.TextViewEx
|
|
android:id="@+id/from_button_description"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:layout_marginStart="@dimen/content_padding_small"
|
|
android:layout_marginLeft="@dimen/content_padding_small"
|
|
android:layout_weight="1"
|
|
android:ellipsize="end"
|
|
android:gravity="center"
|
|
android:letterSpacing="@dimen/text_button_letter_spacing"
|
|
android:maxLines="1"
|
|
android:text="@string/shared_string_swap"
|
|
android:textColor="?attr/active_color_basic"
|
|
android:textSize="@dimen/text_button_text_size"
|
|
osmand:typeface="@string/font_roboto_medium"
|
|
android:visibility="gone"
|
|
tools:ignore="UnusedAttribute" />
|
|
|
|
<ImageView
|
|
android:id="@+id/from_button_image_view"
|
|
android:layout_width="@dimen/standard_icon_size"
|
|
android:layout_height="@dimen/standard_icon_size"
|
|
android:layout_marginLeft="@dimen/route_info_icon_vertical_padding"
|
|
android:layout_marginTop="@dimen/route_info_icon_vertical_padding"
|
|
android:layout_marginRight="@dimen/route_info_icon_vertical_padding"
|
|
android:layout_marginBottom="@dimen/route_info_icon_vertical_padding"
|
|
tools:src="@drawable/ic_action_test_light" />
|
|
|
|
</LinearLayout>
|
|
|
|
</FrameLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:id="@+id/dividerFromDropDown"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"
|
|
android:layout_marginStart="@dimen/route_info_start_divider_margin"
|
|
android:layout_marginLeft="@dimen/route_info_start_divider_margin"
|
|
android:layout_marginEnd="@dimen/route_info_end_divider_margin"
|
|
android:layout_marginRight="@dimen/route_info_end_divider_margin"
|
|
android:background="?attr/divider_color_basic"
|
|
android:focusable="false" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ViaLayout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="?attr/selectableItemBackground"
|
|
android:minHeight="@dimen/route_info_list_item_height"
|
|
android:orientation="horizontal">
|
|
|
|
<ImageView
|
|
android:id="@+id/viaIcon"
|
|
android:layout_width="@dimen/standard_icon_size"
|
|
android:layout_height="@dimen/standard_icon_size"
|
|
android:layout_marginStart="@dimen/list_content_padding"
|
|
android:layout_marginLeft="@dimen/list_content_padding"
|
|
android:layout_marginTop="@dimen/list_header_text_left_margin"
|
|
android:layout_marginEnd="@dimen/favorites_icon_right_margin"
|
|
android:layout_marginRight="@dimen/favorites_icon_right_margin"
|
|
android:layout_marginBottom="@dimen/list_header_text_left_margin"
|
|
android:src="@drawable/map_default_location" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:minHeight="@dimen/route_info_list_item_height"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:id="@+id/ViaSubView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginBottom="3dp"
|
|
android:ellipsize="end"
|
|
android:gravity="left"
|
|
android:singleLine="true"
|
|
android:text="@string/intermediate_destinations"
|
|
android:textColor="@color/description_font_and_bottom_sheet_icons"
|
|
android:textSize="@dimen/default_sub_text_size" />
|
|
|
|
<TextView
|
|
android:id="@+id/ViaView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="@dimen/list_content_padding"
|
|
android:layout_marginRight="@dimen/list_content_padding"
|
|
android:gravity="left"
|
|
android:singleLine="true"
|
|
android:textColor="?android:textColorPrimary"
|
|
android:textSize="@dimen/default_list_text_size"
|
|
tools:text="Intermediate point" />
|
|
|
|
</LinearLayout>
|
|
|
|
<FrameLayout
|
|
android:id="@+id/via_button"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="@dimen/route_info_buttons_height"
|
|
android:layout_marginLeft="@dimen/context_menu_padding_margin_medium"
|
|
android:layout_marginTop="@dimen/route_info_icon_vertical_padding"
|
|
android:layout_marginRight="@dimen/context_menu_padding_margin_medium"
|
|
android:layout_marginBottom="@dimen/route_info_icon_vertical_padding"
|
|
tools:background="@drawable/btn_rounded_dark">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/via_button_container"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center"
|
|
android:visibility="visible">
|
|
|
|
<net.osmand.plus.widgets.TextViewEx
|
|
android:id="@+id/via_button_description"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:layout_marginStart="@dimen/content_padding_small"
|
|
android:layout_marginLeft="@dimen/content_padding_small"
|
|
android:layout_weight="1"
|
|
android:ellipsize="end"
|
|
android:gravity="center"
|
|
android:letterSpacing="@dimen/text_button_letter_spacing"
|
|
android:maxLines="1"
|
|
android:text="@string/shared_string_edit"
|
|
android:textColor="?attr/active_color_basic"
|
|
android:textSize="@dimen/text_button_text_size"
|
|
osmand:typeface="@string/font_roboto_medium"
|
|
tools:ignore="UnusedAttribute" />
|
|
|
|
<ImageView
|
|
android:id="@+id/via_button_image_view"
|
|
android:layout_width="@dimen/standard_icon_size"
|
|
android:layout_height="@dimen/standard_icon_size"
|
|
android:layout_marginLeft="@dimen/route_info_icon_vertical_padding"
|
|
android:layout_marginTop="@dimen/route_info_icon_vertical_padding"
|
|
android:layout_marginRight="@dimen/route_info_icon_vertical_padding"
|
|
android:layout_marginBottom="@dimen/route_info_icon_vertical_padding"
|
|
tools:src="@drawable/ic_action_edit_dark" />
|
|
|
|
</LinearLayout>
|
|
|
|
</FrameLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:id="@+id/viaLayoutDivider"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"
|
|
android:layout_marginStart="@dimen/route_info_start_divider_margin"
|
|
android:layout_marginLeft="@dimen/route_info_start_divider_margin"
|
|
android:layout_marginEnd="@dimen/route_info_end_divider_margin"
|
|
android:layout_marginRight="@dimen/route_info_end_divider_margin"
|
|
android:background="?attr/divider_color_basic"
|
|
android:focusable="false" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ToLayout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="?attr/selectableItemBackground"
|
|
android:minHeight="@dimen/route_info_list_item_height"
|
|
android:orientation="horizontal">
|
|
|
|
<ImageView
|
|
android:id="@+id/toIcon"
|
|
android:layout_width="@dimen/standard_icon_size"
|
|
android:layout_height="@dimen/standard_icon_size"
|
|
android:layout_marginStart="@dimen/list_content_padding"
|
|
android:layout_marginLeft="@dimen/list_content_padding"
|
|
android:layout_marginTop="@dimen/list_header_text_left_margin"
|
|
android:layout_marginEnd="@dimen/favorites_icon_right_margin"
|
|
android:layout_marginRight="@dimen/favorites_icon_right_margin"
|
|
android:layout_marginBottom="@dimen/list_header_text_left_margin"
|
|
android:src="@drawable/map_default_location" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:minHeight="@dimen/route_info_list_item_height"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:id="@+id/toTitle"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginBottom="3dp"
|
|
android:text="@string/route_to"
|
|
android:textColor="@color/description_font_and_bottom_sheet_icons"
|
|
android:textSize="@dimen/default_sub_text_size" />
|
|
|
|
<TextView
|
|
android:id="@+id/toText"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="@dimen/list_content_padding"
|
|
android:layout_marginRight="@dimen/list_content_padding"
|
|
android:gravity="left"
|
|
android:singleLine="true"
|
|
android:textColor="?android:textColorPrimary"
|
|
android:textSize="@dimen/default_list_text_size"
|
|
tools:text="Destination" />
|
|
|
|
</LinearLayout>
|
|
|
|
<FrameLayout
|
|
android:id="@+id/to_button"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="@dimen/route_info_buttons_height"
|
|
android:layout_marginLeft="@dimen/context_menu_padding_margin_medium"
|
|
android:layout_marginTop="@dimen/route_info_icon_vertical_padding"
|
|
android:layout_marginRight="@dimen/context_menu_padding_margin_medium"
|
|
android:layout_marginBottom="@dimen/route_info_icon_vertical_padding"
|
|
tools:background="@drawable/btn_rounded_dark">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/to_button_container"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center"
|
|
android:visibility="visible">
|
|
|
|
<net.osmand.plus.widgets.TextViewEx
|
|
android:id="@+id/to_button_description"
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center"
|
|
android:layout_marginStart="@dimen/content_padding_small"
|
|
android:layout_marginLeft="@dimen/content_padding_small"
|
|
android:layout_weight="1"
|
|
android:ellipsize="end"
|
|
android:gravity="center"
|
|
android:letterSpacing="@dimen/text_button_letter_spacing"
|
|
android:maxLines="1"
|
|
android:text="@string/shared_string_add"
|
|
android:textColor="?attr/active_color_basic"
|
|
android:textSize="@dimen/text_button_text_size"
|
|
osmand:typeface="@string/font_roboto_medium"
|
|
tools:ignore="UnusedAttribute" />
|
|
|
|
<ImageView
|
|
android:id="@+id/to_button_image_view"
|
|
android:layout_width="@dimen/standard_icon_size"
|
|
android:layout_height="@dimen/standard_icon_size"
|
|
android:layout_marginLeft="@dimen/route_info_icon_vertical_padding"
|
|
android:layout_marginTop="@dimen/route_info_icon_vertical_padding"
|
|
android:layout_marginRight="@dimen/route_info_icon_vertical_padding"
|
|
android:layout_marginBottom="@dimen/route_info_icon_vertical_padding"
|
|
tools:src="@drawable/ic_action_plus" />
|
|
|
|
</LinearLayout>
|
|
|
|
</FrameLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:id="@+id/dividerButtons"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"
|
|
android:layout_gravity="bottom"
|
|
android:background="?attr/divider_color_basic"
|
|
android:focusable="false" />
|
|
|
|
<FrameLayout
|
|
android:id="@+id/map_route_options"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/list_item_height">
|
|
|
|
<HorizontalScrollView
|
|
android:id="@+id/route_options_scroll_container"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="start"
|
|
android:paddingTop="@dimen/bottom_sheet_content_margin_small"
|
|
android:paddingBottom="@dimen/bottom_sheet_content_margin_small">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/route_options_container"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:gravity="start"
|
|
android:orientation="horizontal"
|
|
android:paddingStart="5dp"
|
|
android:paddingLeft="5dp"
|
|
android:paddingEnd="70dp"
|
|
android:paddingRight="70dp">
|
|
|
|
</LinearLayout>
|
|
|
|
</HorizontalScrollView>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/map_options_route_button"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="end"
|
|
android:orientation="horizontal"
|
|
android:paddingStart="@dimen/route_info_buttons_padding_top_bottom"
|
|
android:paddingLeft="@dimen/route_info_buttons_padding_top_bottom">
|
|
|
|
<net.osmand.plus.widgets.TextViewEx
|
|
android:id="@+id/map_options_route_button_title"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="end"
|
|
android:ellipsize="end"
|
|
android:gravity="center"
|
|
android:letterSpacing="@dimen/text_button_letter_spacing"
|
|
android:maxLines="1"
|
|
android:text="@string/shared_string_options"
|
|
android:textColor="?attr/active_color_basic"
|
|
android:textSize="@dimen/text_button_text_size"
|
|
osmand:typeface="@string/font_roboto_medium"
|
|
tools:ignore="UnusedAttribute" />
|
|
|
|
<ImageView
|
|
android:id="@+id/map_options_route_button_icon"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:paddingStart="@dimen/content_padding_small"
|
|
android:paddingLeft="@dimen/content_padding_small"
|
|
android:paddingEnd="@dimen/route_info_buttons_padding_top_bottom"
|
|
android:paddingRight="@dimen/route_info_buttons_padding_top_bottom"
|
|
tools:src="@drawable/ic_action_edit_dark"
|
|
tools:tint="@color/recording_color" />
|
|
|
|
</LinearLayout>
|
|
|
|
<me.zhanghai.android.materialprogressbar.MaterialProgressBar
|
|
android:id="@+id/progress_bar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="2dp"
|
|
android:layout_gravity="bottom"
|
|
android:max="100"
|
|
android:visibility="gone"
|
|
osmand:mpb_progressStyle="horizontal"
|
|
osmand:mpb_useIntrinsicPadding="false"
|
|
osmand:mpb_setBothDrawables="true"
|
|
style="@style/Widget.MaterialProgressBar.ProgressBar.Horizontal" />
|
|
|
|
</FrameLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<FrameLayout
|
|
android:id="@+id/bottom_container"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:foreground="@drawable/bg_contextmenu_shadow"
|
|
android:foregroundGravity="top|fill_horizontal">
|
|
|
|
<net.osmand.plus.LockableScrollView
|
|
android:id="@+id/route_menu_bottom_scroll"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="?attr/activity_background_basic">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/route_menu_cards_container"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="?attr/activity_background_basic"
|
|
android:orientation="vertical"
|
|
android:paddingBottom="30dp">
|
|
|
|
</LinearLayout>
|
|
|
|
</net.osmand.plus.LockableScrollView>
|
|
|
|
</FrameLayout>
|
|
|
|
</net.osmand.plus.mapcontextmenu.InterceptorLinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/modes_layout_toolbar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="top"
|
|
android:orientation="vertical"
|
|
android:visibility="gone">
|
|
|
|
<FrameLayout
|
|
android:id="@+id/modes_layout_toolbar_container"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/route_info_modes_height" />
|
|
|
|
<ImageView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="top"
|
|
android:scaleType="fitXY"
|
|
android:src="@drawable/bg_contextmenu_shadow" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/control_buttons"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="bottom"
|
|
android:orientation="vertical">
|
|
|
|
<ImageView
|
|
android:id="@+id/buttons_shadow"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="10dp"
|
|
android:layout_gravity="bottom"
|
|
android:background="@drawable/bg_contextmenu_shadow_top_light" />
|
|
|
|
<include
|
|
layout="@layout/route_info_menu_control_buttons"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/route_info_control_buttons_height"
|
|
android:layout_gravity="bottom" />
|
|
|
|
</LinearLayout>
|
|
|
|
</FrameLayout> |