From f6a40887172674a52db404bded63873d0ff1548a Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Thu, 21 May 2020 15:43:14 +0300 Subject: [PATCH 1/2] Fix #9016 --- OsmAnd/res/layout/global_preference_toolbar.xml | 9 ++------- .../layout/global_preferences_toolbar_with_switch.xml | 9 ++------- OsmAnd/res/layout/profile_preference_toolbar.xml | 9 ++------- .../layout/profile_preference_toolbar_with_switch.xml | 9 ++------- 4 files changed, 8 insertions(+), 28 deletions(-) diff --git a/OsmAnd/res/layout/global_preference_toolbar.xml b/OsmAnd/res/layout/global_preference_toolbar.xml index dd754224b4..bd31e3240b 100644 --- a/OsmAnd/res/layout/global_preference_toolbar.xml +++ b/OsmAnd/res/layout/global_preference_toolbar.xml @@ -21,14 +21,9 @@ diff --git a/OsmAnd/res/layout/profile_preference_toolbar_with_switch.xml b/OsmAnd/res/layout/profile_preference_toolbar_with_switch.xml index 502dfde3ca..d34c987376 100644 --- a/OsmAnd/res/layout/profile_preference_toolbar_with_switch.xml +++ b/OsmAnd/res/layout/profile_preference_toolbar_with_switch.xml @@ -27,14 +27,9 @@ From b0713af648b1a979a442214111c63228704f66f5 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Thu, 21 May 2020 18:42:06 +0300 Subject: [PATCH 2/2] Fix #9017 --- .../res/layout/point_editor_fragment_new.xml | 23 +++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/OsmAnd/res/layout/point_editor_fragment_new.xml b/OsmAnd/res/layout/point_editor_fragment_new.xml index 53b1578816..0b2ca56e50 100644 --- a/OsmAnd/res/layout/point_editor_fragment_new.xml +++ b/OsmAnd/res/layout/point_editor_fragment_new.xml @@ -18,27 +18,26 @@ - + android:layout_marginStart="@dimen/list_item_button_padding" + android:layout_marginLeft="@dimen/list_item_button_padding" + android:layout_marginEnd="@dimen/list_item_button_padding" + android:layout_marginRight="@dimen/list_item_button_padding" + android:contentDescription="@string/access_shared_string_navigate_up" + app:srcCompat="@drawable/ic_action_replace" />