From 017aa48a21f8105630d1ae195e10c3b858249a61 Mon Sep 17 00:00:00 2001 From: PavelRatushny Date: Tue, 17 Oct 2017 13:14:14 +0300 Subject: [PATCH 1/3] Fix history menu --- ...fragment_marker_history_bottom_sheet_dialog.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/OsmAnd/res/layout/fragment_marker_history_bottom_sheet_dialog.xml b/OsmAnd/res/layout/fragment_marker_history_bottom_sheet_dialog.xml index c3d82544c8..daf7ff4969 100644 --- a/OsmAnd/res/layout/fragment_marker_history_bottom_sheet_dialog.xml +++ b/OsmAnd/res/layout/fragment_marker_history_bottom_sheet_dialog.xml @@ -52,8 +52,7 @@ android:layout_height="wrap_content" android:maxLines="1" android:ellipsize="end" - android:textSize="@dimen/default_list_text_size" - android:textColor="?android:textColorPrimary" + android:textAppearance="@style/TextAppearance.ListItemTitle" tools:text="Bloemstraat 179"/> @@ -97,7 +95,8 @@ android:layout_marginRight="@dimen/bottom_sheet_icon_margin" tools:src="@drawable/ic_action_reset_to_default_dark"/> - - Date: Tue, 17 Oct 2017 17:19:23 +0300 Subject: [PATCH 2/3] Fix history menu --- ...ment_marker_history_bottom_sheet_dialog.xml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/OsmAnd/res/layout/fragment_marker_history_bottom_sheet_dialog.xml b/OsmAnd/res/layout/fragment_marker_history_bottom_sheet_dialog.xml index daf7ff4969..440dc8bf98 100644 --- a/OsmAnd/res/layout/fragment_marker_history_bottom_sheet_dialog.xml +++ b/OsmAnd/res/layout/fragment_marker_history_bottom_sheet_dialog.xml @@ -45,24 +45,24 @@ android:gravity="center_vertical" android:orientation="vertical"> - - @@ -95,8 +95,7 @@ android:layout_marginRight="@dimen/bottom_sheet_icon_margin" tools:src="@drawable/ic_action_reset_to_default_dark"/> - - Date: Tue, 17 Oct 2017 17:20:26 +0300 Subject: [PATCH 3/3] Reformat code --- ...ent_marker_history_bottom_sheet_dialog.xml | 272 +++++++++--------- 1 file changed, 136 insertions(+), 136 deletions(-) diff --git a/OsmAnd/res/layout/fragment_marker_history_bottom_sheet_dialog.xml b/OsmAnd/res/layout/fragment_marker_history_bottom_sheet_dialog.xml index 440dc8bf98..b89be37e6b 100644 --- a/OsmAnd/res/layout/fragment_marker_history_bottom_sheet_dialog.xml +++ b/OsmAnd/res/layout/fragment_marker_history_bottom_sheet_dialog.xml @@ -1,161 +1,161 @@ + 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="wrap_content" + android:background="?attr/bg_color" + android:orientation="vertical"> - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - - + + - + - + - + - + - - + + \ No newline at end of file