271 lines
No EOL
12 KiB
XML
271 lines
No EOL
12 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"
|
|
android:clickable="true">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/main_view"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="bottom"
|
|
android:clickable="true"
|
|
android:orientation="vertical"
|
|
tools:background="@drawable/bg_bottom_menu_dark">
|
|
|
|
<ProgressBar
|
|
android:id="@+id/snap_to_road_progress_bar"
|
|
style="?android:attr/progressBarStyleHorizontal"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:minHeight="0dp"
|
|
android:visibility="gone"
|
|
tools:visibility="visible"/>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/up_down_row"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="0.45"
|
|
android:background="?attr/selectableItemBackground"
|
|
android:paddingBottom="14dp"
|
|
android:paddingTop="14dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/main_icon"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentLeft="true"
|
|
android:layout_alignParentStart="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginEnd="16dp"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginRight="16dp"
|
|
android:layout_marginStart="16dp"
|
|
android:background="@null"
|
|
tools:src="@drawable/ic_action_ruler"/>
|
|
|
|
<ImageView
|
|
android:id="@+id/up_down_button"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentEnd="true"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginEnd="16dp"
|
|
android:layout_marginStart="16dp"
|
|
android:background="@null"
|
|
tools:src="@drawable/ic_action_arrow_down"/>
|
|
|
|
<TextView
|
|
android:id="@+id/measurement_distance_text_view"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginEnd="4dp"
|
|
android:layout_marginLeft="8dp"
|
|
android:layout_marginRight="4dp"
|
|
android:layout_marginStart="8dp"
|
|
android:layout_toEndOf="@id/main_icon"
|
|
android:layout_toRightOf="@id/main_icon"
|
|
android:textAppearance="@style/TextAppearance.ListItemTitle"
|
|
tools:text="724 m,"/>
|
|
|
|
<TextView
|
|
android:id="@+id/measurement_points_text_view"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_toEndOf="@id/measurement_distance_text_view"
|
|
android:layout_toLeftOf="@id/up_down_button"
|
|
android:layout_toRightOf="@id/measurement_distance_text_view"
|
|
android:layout_toStartOf="@id/up_down_button"
|
|
android:textColor="?android:textColorSecondary"
|
|
android:textSize="@dimen/default_list_text_size"
|
|
tools:text="points: 3"/>
|
|
|
|
<TextView
|
|
android:id="@+id/move_point_text"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginEnd="4dp"
|
|
android:layout_marginLeft="8dp"
|
|
android:layout_marginRight="4dp"
|
|
android:layout_marginStart="8dp"
|
|
android:layout_toEndOf="@id/main_icon"
|
|
android:layout_toRightOf="@id/main_icon"
|
|
android:text="@string/move_point"
|
|
android:textAppearance="@style/TextAppearance.ListItemTitle"
|
|
android:visibility="gone"/>
|
|
|
|
<TextView
|
|
android:id="@+id/add_point_after_text"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginEnd="4dp"
|
|
android:layout_marginLeft="8dp"
|
|
android:layout_marginRight="4dp"
|
|
android:layout_marginStart="8dp"
|
|
android:layout_toEndOf="@id/main_icon"
|
|
android:layout_toRightOf="@id/main_icon"
|
|
android:text="@string/add_point_after"
|
|
android:textAppearance="@style/TextAppearance.ListItemTitle"
|
|
android:visibility="gone"/>
|
|
|
|
<TextView
|
|
android:id="@+id/add_point_before_text"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginEnd="4dp"
|
|
android:layout_marginLeft="8dp"
|
|
android:layout_marginRight="4dp"
|
|
android:layout_marginStart="8dp"
|
|
android:layout_toEndOf="@id/main_icon"
|
|
android:layout_toRightOf="@id/main_icon"
|
|
android:text="@string/add_point_before"
|
|
android:textAppearance="@style/TextAppearance.ListItemTitle"
|
|
android:visibility="gone"/>
|
|
</RelativeLayout>
|
|
|
|
<View
|
|
android:layout_width="1dp"
|
|
android:layout_height="match_parent"
|
|
android:background="?attr/dashboard_divider"/>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/measure_mode_controls"
|
|
android:layout_width="0dp"
|
|
android:layout_height="52dp"
|
|
android:layout_weight="0.55">
|
|
|
|
<FrameLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1">
|
|
|
|
<net.osmand.plus.widgets.TextViewEx
|
|
android:id="@+id/options_button"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:background="?attr/selectableItemBackground"
|
|
android:gravity="center_vertical"
|
|
android:maxLines="1"
|
|
android:paddingEnd="12dp"
|
|
android:paddingLeft="16dp"
|
|
android:paddingRight="12dp"
|
|
android:paddingStart="16dp"
|
|
android:text="@string/shared_string_options"
|
|
android:textColor="?attr/color_dialog_buttons"
|
|
osmand:textAllCapsCompat="true"
|
|
osmand:typeface="@string/font_roboto_medium"/>
|
|
</FrameLayout>
|
|
|
|
<ImageButton
|
|
android:id="@+id/undo_point_button"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:background="?attr/selectableItemBackground"
|
|
android:paddingBottom="14dp"
|
|
android:paddingEnd="12dp"
|
|
android:paddingLeft="16dp"
|
|
android:paddingRight="12dp"
|
|
android:paddingStart="16dp"
|
|
android:paddingTop="14dp"
|
|
tools:src="@drawable/ic_action_undo_dark"/>
|
|
|
|
<ImageButton
|
|
android:id="@+id/redo_point_button"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:background="?attr/selectableItemBackground"
|
|
android:paddingBottom="14dp"
|
|
android:paddingEnd="16dp"
|
|
android:paddingLeft="12dp"
|
|
android:paddingRight="16dp"
|
|
android:paddingStart="12dp"
|
|
android:paddingTop="14dp"
|
|
tools:src="@drawable/ic_action_redo_dark"/>
|
|
|
|
<FrameLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1">
|
|
|
|
<Button
|
|
android:id="@+id/add_point_button"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="end"
|
|
android:layout_marginBottom="8dp"
|
|
android:layout_marginEnd="8dp"
|
|
android:layout_marginRight="8dp"
|
|
android:layout_marginTop="8dp"
|
|
android:background="@drawable/btn_round_blue"
|
|
android:drawableLeft="@drawable/ic_action_plus"
|
|
android:maxLines="1"
|
|
android:minHeight="36dp"
|
|
android:paddingLeft="8dp"
|
|
android:paddingRight="8dp"
|
|
android:text="@string/shared_string_add"
|
|
android:textColor="@color/color_white"/>
|
|
</FrameLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/selected_point_controls"
|
|
android:layout_width="0dp"
|
|
android:layout_height="52dp"
|
|
android:layout_weight="0.6"
|
|
android:visibility="gone">
|
|
|
|
<Button
|
|
android:id="@+id/apply_point_button"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentEnd="true"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginBottom="8dp"
|
|
android:layout_marginEnd="8dp"
|
|
android:layout_marginRight="8dp"
|
|
android:layout_marginTop="8dp"
|
|
android:background="@drawable/btn_round_blue"
|
|
android:minHeight="36dp"
|
|
android:paddingLeft="8dp"
|
|
android:paddingRight="8dp"
|
|
android:text="@string/shared_string_apply"
|
|
android:textColor="@color/color_white"/>
|
|
|
|
<net.osmand.plus.widgets.TextViewEx
|
|
android:id="@+id/cancel_point_button"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:background="?attr/selectableItemBackground"
|
|
android:gravity="center_vertical"
|
|
android:paddingEnd="12dp"
|
|
android:paddingLeft="16dp"
|
|
android:paddingRight="12dp"
|
|
android:paddingStart="16dp"
|
|
android:text="@string/shared_string_cancel"
|
|
android:textColor="?attr/color_dialog_buttons"
|
|
osmand:textAllCapsCompat="true"
|
|
osmand:typeface="@string/font_roboto_medium"/>
|
|
</RelativeLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
</FrameLayout> |