216 lines
No EOL
8.8 KiB
XML
216 lines
No EOL
8.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout
|
|
android:id="@+id/context_menu_layout"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@android:color/transparent">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/context_menu_main"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/context_menu_top_shadow"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="20dp"
|
|
android:orientation="horizontal">
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/context_menu_top_shadow_all"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="?attr/bg_map_context_menu"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/context_menu_top_view"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:baselineAligned="false"
|
|
android:orientation="horizontal">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/context_menu_icon_layout"
|
|
android:layout_width="42dp"
|
|
android:layout_height="match_parent"
|
|
android:orientation="horizontal">
|
|
|
|
<ImageView
|
|
android:id="@+id/context_menu_icon_view"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="12dp"
|
|
android:layout_marginStart="12dp"
|
|
android:layout_marginTop="18dp"
|
|
android:scaleType="center"
|
|
android:src="@drawable/ic_action_building_number"/>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="16dp"
|
|
android:layout_marginTop="15dp"
|
|
android:layout_weight="1"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:id="@+id/context_menu_line1"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="12dp"
|
|
android:layout_marginRight="12dp"
|
|
android:text="@string/search_address_building"
|
|
android:textColor="?android:textColorPrimary"
|
|
android:textSize="@dimen/default_list_text_size_large"/>
|
|
|
|
<TextView
|
|
android:id="@+id/context_menu_line2"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="12dp"
|
|
android:layout_marginRight="12dp"
|
|
android:layout_marginTop="4dp"
|
|
android:text="@string/other_location"
|
|
android:textColor="?android:textColorSecondary"
|
|
android:textSize="@dimen/default_desc_text_size"/>
|
|
|
|
<Button
|
|
android:id="@+id/title_button"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="2dp"
|
|
android:layout_marginRight="2dp"
|
|
android:paddingLeft="10dp"
|
|
android:paddingRight="10dp"
|
|
android:gravity="left|center_vertical"
|
|
android:text="@string/osmand_parking_delete"
|
|
android:background="?android:selectableItemBackground"
|
|
android:textColor="?attr/contextMenuButtonColor"
|
|
android:textSize="@dimen/default_desc_text_size"/>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/context_menu_close_btn_layout"
|
|
android:layout_width="66dp"
|
|
android:layout_height="match_parent"
|
|
android:orientation="horizontal">
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"
|
|
android:background="?attr/dashboard_divider"/>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/context_menu_buttons"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="54dp">
|
|
|
|
<ImageButton
|
|
android:id="@+id/context_menu_fav_button"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_weight="1"
|
|
android:background="?attr/dashboard_button"
|
|
android:scaleType="center"
|
|
android:src="@drawable/ic_action_fav_dark"/>
|
|
|
|
<View
|
|
android:layout_width="1dp"
|
|
android:layout_height="match_parent"
|
|
android:background="?attr/dashboard_divider"/>
|
|
|
|
<ImageButton
|
|
android:id="@+id/context_menu_route_button"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_weight="1"
|
|
android:background="?attr/dashboard_button"
|
|
android:scaleType="center"
|
|
android:src="@drawable/map_action_waypoints"/>
|
|
|
|
<View
|
|
android:layout_width="1dp"
|
|
android:layout_height="match_parent"
|
|
android:background="?attr/dashboard_divider"/>
|
|
|
|
<ImageButton
|
|
android:id="@+id/context_menu_share_button"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_weight="1"
|
|
android:background="?attr/dashboard_button"
|
|
android:scaleType="center"
|
|
android:src="@drawable/abc_ic_menu_share_mtrl_alpha"/>
|
|
|
|
<View
|
|
android:layout_width="1dp"
|
|
android:layout_height="match_parent"
|
|
android:background="?attr/dashboard_divider"/>
|
|
|
|
<ImageButton
|
|
android:id="@+id/context_menu_more_button"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_weight="1"
|
|
android:background="?attr/dashboard_button"
|
|
android:scaleType="center"
|
|
android:src="@drawable/ic_overflow_menu_white"/>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<ScrollView
|
|
android:id="@+id/context_menu_bottom_scroll"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="?attr/ctx_menu_info_view_bg">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/context_menu_bottom_view"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="?attr/ctx_menu_info_view_bg"
|
|
android:orientation="vertical">
|
|
|
|
</LinearLayout>
|
|
|
|
</ScrollView>
|
|
|
|
</LinearLayout>
|
|
|
|
<FrameLayout
|
|
android:id="@+id/context_menu_fab_container"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<ImageView
|
|
android:id="@+id/context_menu_fab_view"
|
|
android:layout_width="@dimen/fab_size_with_shadow"
|
|
android:layout_height="@dimen/fab_size_with_shadow"
|
|
android:layout_gravity="right"
|
|
android:layout_marginRight="12dp"
|
|
android:background="@drawable/fab_background_style"
|
|
android:scaleType="center"
|
|
android:src="@drawable/map_directions"/>
|
|
|
|
</FrameLayout>
|
|
|
|
</FrameLayout> |