2017-08-14 14:37:09 +02:00
|
|
|
|
<?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"
|
2017-08-17 10:35:47 +02:00
|
|
|
|
android:orientation="vertical"
|
2017-08-14 14:37:09 +02:00
|
|
|
|
tools:background="@drawable/bg_bottom_menu_dark">
|
|
|
|
|
|
2017-08-17 10:35:47 +02:00
|
|
|
|
<ProgressBar
|
|
|
|
|
android:id="@+id/snap_to_road_progress_bar"
|
|
|
|
|
style="?android:attr/progressBarStyleHorizontal"
|
|
|
|
|
android:layout_width="match_parent"
|
2017-08-14 14:37:09 +02:00
|
|
|
|
android:layout_height="wrap_content"
|
2017-08-17 10:35:47 +02:00
|
|
|
|
android:minHeight="0dp"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
tools:visibility="visible"/>
|
2017-08-14 14:37:09 +02:00
|
|
|
|
|
|
|
|
|
<LinearLayout
|
2017-08-17 10:35:47 +02:00
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent">
|
2017-08-14 14:37:09 +02:00
|
|
|
|
|
2017-08-17 10:35:47 +02:00
|
|
|
|
<RelativeLayout
|
|
|
|
|
android:id="@+id/up_down_row"
|
2017-08-14 14:37:09 +02:00
|
|
|
|
android:layout_width="0dp"
|
2017-09-25 18:48:55 +02:00
|
|
|
|
android:layout_height="@dimen/measurement_tool_controls_height"
|
2017-08-17 10:35:47 +02:00
|
|
|
|
android:layout_weight="0.45"
|
2017-09-25 18:48:55 +02:00
|
|
|
|
android:background="?attr/selectableItemBackground">
|
2017-08-14 14:37:09 +02:00
|
|
|
|
|
2017-08-17 10:35:47 +02:00
|
|
|
|
<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"
|
2017-09-06 17:34:57 +02:00
|
|
|
|
android:layout_marginEnd="@dimen/bottom_sheet_content_margin"
|
|
|
|
|
android:layout_marginLeft="@dimen/bottom_sheet_content_margin"
|
|
|
|
|
android:layout_marginRight="@dimen/bottom_sheet_content_margin"
|
|
|
|
|
android:layout_marginStart="@dimen/bottom_sheet_content_margin"
|
2017-08-17 10:35:47 +02:00
|
|
|
|
android:background="@null"
|
|
|
|
|
tools:src="@drawable/ic_action_ruler"/>
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/up_down_button"
|
2017-08-14 14:37:09 +02:00
|
|
|
|
android:layout_width="wrap_content"
|
2017-08-17 10:35:47 +02:00
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_alignParentEnd="true"
|
|
|
|
|
android:layout_alignParentRight="true"
|
|
|
|
|
android:layout_centerVertical="true"
|
2017-09-06 17:34:57 +02:00
|
|
|
|
android:layout_marginEnd="@dimen/bottom_sheet_content_margin"
|
|
|
|
|
android:layout_marginLeft="@dimen/bottom_sheet_content_margin"
|
|
|
|
|
android:layout_marginRight="@dimen/bottom_sheet_content_margin"
|
|
|
|
|
android:layout_marginStart="@dimen/bottom_sheet_content_margin"
|
2017-08-17 10:35:47 +02:00
|
|
|
|
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"
|
2017-10-19 10:41:55 +02:00
|
|
|
|
android:layout_marginEnd="@dimen/text_margin_small"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:layout_marginLeft="@dimen/measurement_tool_text_margin"
|
2017-10-19 10:41:55 +02:00
|
|
|
|
android:layout_marginRight="@dimen/text_margin_small"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:layout_marginStart="@dimen/measurement_tool_text_margin"
|
2017-08-17 10:35:47 +02:00
|
|
|
|
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_toRightOf="@id/measurement_distance_text_view"
|
|
|
|
|
android:textColor="?android:textColorSecondary"
|
|
|
|
|
android:textSize="@dimen/default_list_text_size"
|
|
|
|
|
tools:text="points: 3"/>
|
|
|
|
|
|
2017-08-17 14:04:40 +02:00
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/distance_to_center_text_view"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
|
android:layout_toEndOf="@id/measurement_points_text_view"
|
|
|
|
|
android:layout_toLeftOf="@id/up_down_button"
|
|
|
|
|
android:layout_toRightOf="@id/measurement_points_text_view"
|
|
|
|
|
android:layout_toStartOf="@id/up_down_button"
|
2017-09-03 20:32:45 +02:00
|
|
|
|
android:textColor="@color/color_distance"
|
2017-08-17 14:04:40 +02:00
|
|
|
|
android:textSize="@dimen/default_list_text_size"
|
|
|
|
|
tools:text=" – 700 m"/>
|
|
|
|
|
|
2017-08-17 10:35:47 +02:00
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/move_point_text"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_centerVertical="true"
|
2017-10-19 10:41:55 +02:00
|
|
|
|
android:layout_marginEnd="@dimen/text_margin_small"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:layout_marginLeft="@dimen/measurement_tool_text_margin"
|
2017-10-19 10:41:55 +02:00
|
|
|
|
android:layout_marginRight="@dimen/text_margin_small"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:layout_marginStart="@dimen/measurement_tool_text_margin"
|
2017-08-17 10:35:47 +02:00
|
|
|
|
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
|
2017-08-25 16:50:38 +02:00
|
|
|
|
android:id="@+id/add_point_before_after_text"
|
2017-08-17 10:35:47 +02:00
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_centerVertical="true"
|
2017-10-19 10:41:55 +02:00
|
|
|
|
android:layout_marginEnd="@dimen/text_margin_small"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:layout_marginLeft="@dimen/measurement_tool_text_margin"
|
2017-10-19 10:41:55 +02:00
|
|
|
|
android:layout_marginRight="@dimen/text_margin_small"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:layout_marginStart="@dimen/measurement_tool_text_margin"
|
2017-08-17 10:35:47 +02:00
|
|
|
|
android:layout_toEndOf="@id/main_icon"
|
|
|
|
|
android:layout_toRightOf="@id/main_icon"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.ListItemTitle"
|
2017-09-25 18:48:55 +02:00
|
|
|
|
android:visibility="gone"
|
|
|
|
|
tools:text="@string/add_point_after"/>
|
2017-08-17 10:35:47 +02:00
|
|
|
|
</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"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:layout_height="@dimen/measurement_tool_controls_height"
|
2017-08-17 10:35:47 +02:00
|
|
|
|
android:layout_weight="0.55">
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
|
android:layout_width="0dp"
|
2017-08-14 14:37:09 +02:00
|
|
|
|
android:layout_height="match_parent"
|
2017-08-17 10:35:47 +02:00
|
|
|
|
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"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:paddingEnd="@dimen/measurement_tool_text_button_padding_small"
|
|
|
|
|
android:paddingLeft="@dimen/measurement_tool_text_button_padding"
|
|
|
|
|
android:paddingRight="@dimen/measurement_tool_text_button_padding_small"
|
|
|
|
|
android:paddingStart="@dimen/measurement_tool_text_button_padding"
|
2017-08-17 10:35:47 +02:00
|
|
|
|
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"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:layout_height="match_parent"
|
2017-08-14 14:37:09 +02:00
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:paddingEnd="@dimen/measurement_tool_undo_redo_padding_small"
|
|
|
|
|
android:paddingLeft="@dimen/measurement_tool_undo_redo_padding"
|
|
|
|
|
android:paddingRight="@dimen/measurement_tool_undo_redo_padding_small"
|
|
|
|
|
android:paddingStart="@dimen/measurement_tool_undo_redo_padding_small"
|
2017-08-17 10:35:47 +02:00
|
|
|
|
tools:src="@drawable/ic_action_undo_dark"/>
|
2017-08-14 14:37:09 +02:00
|
|
|
|
|
2017-08-17 10:35:47 +02:00
|
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/redo_point_button"
|
|
|
|
|
android:layout_width="wrap_content"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:layout_height="match_parent"
|
2017-08-17 10:35:47 +02:00
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:paddingEnd="@dimen/measurement_tool_undo_redo_padding"
|
|
|
|
|
android:paddingLeft="@dimen/measurement_tool_undo_redo_padding_small"
|
|
|
|
|
android:paddingRight="@dimen/measurement_tool_undo_redo_padding"
|
|
|
|
|
android:paddingStart="@dimen/measurement_tool_undo_redo_padding_small"
|
2017-08-17 10:35:47 +02:00
|
|
|
|
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"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:layout_marginBottom="@dimen/measurement_tool_button_margin"
|
|
|
|
|
android:layout_marginEnd="@dimen/measurement_tool_button_margin"
|
|
|
|
|
android:layout_marginRight="@dimen/measurement_tool_button_margin"
|
|
|
|
|
android:layout_marginTop="@dimen/measurement_tool_button_margin"
|
2017-08-17 10:35:47 +02:00
|
|
|
|
android:background="@drawable/btn_round_blue"
|
|
|
|
|
android:drawableLeft="@drawable/ic_action_plus"
|
|
|
|
|
android:maxLines="1"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:minHeight="@dimen/measurement_tool_button_height"
|
|
|
|
|
android:paddingLeft="@dimen/measurement_tool_button_padding"
|
|
|
|
|
android:paddingRight="@dimen/measurement_tool_button_padding"
|
2017-08-17 10:35:47 +02:00
|
|
|
|
android:text="@string/shared_string_add"
|
|
|
|
|
android:textColor="@color/color_white"/>
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
2017-08-17 16:49:35 +02:00
|
|
|
|
android:id="@+id/move_point_controls"
|
2017-08-14 14:37:09 +02:00
|
|
|
|
android:layout_width="0dp"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:layout_height="@dimen/measurement_tool_controls_height"
|
2017-08-17 10:35:47 +02:00
|
|
|
|
android:layout_weight="0.6"
|
|
|
|
|
android:visibility="gone">
|
2017-08-14 14:37:09 +02:00
|
|
|
|
|
|
|
|
|
<Button
|
2017-08-17 16:49:35 +02:00
|
|
|
|
android:id="@+id/apply_move_point_button"
|
2017-08-14 14:37:09 +02:00
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
2017-08-17 10:35:47 +02:00
|
|
|
|
android:layout_alignParentEnd="true"
|
|
|
|
|
android:layout_alignParentRight="true"
|
|
|
|
|
android:layout_centerVertical="true"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:layout_marginBottom="@dimen/measurement_tool_button_margin"
|
|
|
|
|
android:layout_marginEnd="@dimen/measurement_tool_button_margin"
|
|
|
|
|
android:layout_marginRight="@dimen/measurement_tool_button_margin"
|
|
|
|
|
android:layout_marginTop="@dimen/measurement_tool_button_margin"
|
2017-08-14 14:37:09 +02:00
|
|
|
|
android:background="@drawable/btn_round_blue"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:minHeight="@dimen/measurement_tool_button_height"
|
|
|
|
|
android:paddingLeft="@dimen/measurement_tool_button_padding"
|
|
|
|
|
android:paddingRight="@dimen/measurement_tool_button_padding"
|
2017-08-17 10:35:47 +02:00
|
|
|
|
android:text="@string/shared_string_apply"
|
2017-08-14 14:37:09 +02:00
|
|
|
|
android:textColor="@color/color_white"/>
|
|
|
|
|
|
2017-08-17 10:35:47 +02:00
|
|
|
|
<net.osmand.plus.widgets.TextViewEx
|
2017-08-17 16:49:35 +02:00
|
|
|
|
android:id="@+id/cancel_move_point_button"
|
2017-08-17 10:35:47 +02:00
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="?attr/selectableItemBackground"
|
|
|
|
|
android:gravity="center_vertical"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:paddingEnd="@dimen/measurement_tool_text_button_padding_small"
|
|
|
|
|
android:paddingLeft="@dimen/measurement_tool_text_button_padding"
|
|
|
|
|
android:paddingRight="@dimen/measurement_tool_text_button_padding_small"
|
|
|
|
|
android:paddingStart="@dimen/measurement_tool_text_button_padding"
|
2017-08-17 10:35:47 +02:00
|
|
|
|
android:text="@string/shared_string_cancel"
|
|
|
|
|
android:textColor="?attr/color_dialog_buttons"
|
|
|
|
|
osmand:textAllCapsCompat="true"
|
|
|
|
|
osmand:typeface="@string/font_roboto_medium"/>
|
|
|
|
|
</RelativeLayout>
|
2017-08-14 14:37:09 +02:00
|
|
|
|
|
2017-08-17 16:49:35 +02:00
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/add_point_before_after_controls"
|
|
|
|
|
android:layout_width="0dp"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:layout_height="@dimen/measurement_tool_controls_height"
|
2017-08-18 09:32:57 +02:00
|
|
|
|
android:layout_weight="0.6"
|
2017-08-17 16:49:35 +02:00
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
android:visibility="gone">
|
|
|
|
|
|
|
|
|
|
<net.osmand.plus.widgets.TextViewEx
|
|
|
|
|
android:id="@+id/cancel_point_before_after_button"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="?attr/selectableItemBackground"
|
|
|
|
|
android:gravity="center_vertical"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:paddingEnd="@dimen/measurement_tool_text_button_padding_small"
|
|
|
|
|
android:paddingLeft="@dimen/measurement_tool_text_button_padding"
|
|
|
|
|
android:paddingRight="@dimen/measurement_tool_text_button_padding_small"
|
|
|
|
|
android:paddingStart="@dimen/measurement_tool_text_button_padding"
|
2017-08-17 16:49:35 +02:00
|
|
|
|
android:text="@string/shared_string_cancel"
|
|
|
|
|
android:textColor="?attr/color_dialog_buttons"
|
|
|
|
|
osmand:textAllCapsCompat="true"
|
|
|
|
|
osmand:typeface="@string/font_roboto_medium"/>
|
|
|
|
|
|
|
|
|
|
<View
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_weight="1"/>
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/apply_point_before_after_point_button"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:layout_marginBottom="@dimen/measurement_tool_button_margin"
|
|
|
|
|
android:layout_marginEnd="@dimen/measurement_tool_button_margin"
|
|
|
|
|
android:layout_marginRight="@dimen/measurement_tool_button_margin"
|
|
|
|
|
android:layout_marginTop="@dimen/measurement_tool_button_margin"
|
2017-08-18 10:22:57 +02:00
|
|
|
|
android:background="?attr/btn_round_border"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:minHeight="@dimen/measurement_tool_button_height"
|
|
|
|
|
android:paddingLeft="@dimen/measurement_tool_button_padding"
|
|
|
|
|
android:paddingRight="@dimen/measurement_tool_button_padding"
|
2017-08-17 16:49:35 +02:00
|
|
|
|
android:text="@string/shared_string_apply"
|
|
|
|
|
android:textColor="?attr/color_dialog_buttons"/>
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/add_point_before_after_button"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:layout_marginBottom="@dimen/measurement_tool_button_margin"
|
|
|
|
|
android:layout_marginEnd="@dimen/measurement_tool_button_margin"
|
|
|
|
|
android:layout_marginRight="@dimen/measurement_tool_button_margin"
|
|
|
|
|
android:layout_marginTop="@dimen/measurement_tool_button_margin"
|
2017-08-17 16:49:35 +02:00
|
|
|
|
android:background="@drawable/btn_round_blue"
|
|
|
|
|
android:drawableLeft="@drawable/ic_action_plus"
|
2017-08-28 11:36:54 +02:00
|
|
|
|
android:minHeight="@dimen/measurement_tool_button_height"
|
|
|
|
|
android:paddingLeft="@dimen/measurement_tool_button_padding"
|
|
|
|
|
android:paddingRight="@dimen/measurement_tool_button_padding"
|
2017-08-17 16:49:35 +02:00
|
|
|
|
android:text="@string/shared_string_add"
|
|
|
|
|
android:textColor="@color/color_white"/>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
2017-08-17 10:35:47 +02:00
|
|
|
|
</LinearLayout>
|
2017-08-14 14:37:09 +02:00
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
</FrameLayout>
|