From 42bb573b117e20681ba6fff2ec3bb61058908b60 Mon Sep 17 00:00:00 2001 From: Dima-1 Date: Mon, 6 Apr 2020 17:12:08 +0300 Subject: [PATCH] Fix tablet layout paddings in appBar, fix bearing icon background. --- .../layout/preference_select_icon_button.xml | 45 ++++++++++--------- OsmAnd/res/values/styles.xml | 6 ++- 2 files changed, 30 insertions(+), 21 deletions(-) diff --git a/OsmAnd/res/layout/preference_select_icon_button.xml b/OsmAnd/res/layout/preference_select_icon_button.xml index ac80040512..dde4fb5d64 100644 --- a/OsmAnd/res/layout/preference_select_icon_button.xml +++ b/OsmAnd/res/layout/preference_select_icon_button.xml @@ -5,29 +5,34 @@ android:layout_height="wrap_content" android:padding="6dp"> - + android:layout_height="128dp"> - + - + - + + + + \ No newline at end of file diff --git a/OsmAnd/res/values/styles.xml b/OsmAnd/res/values/styles.xml index c3e1eeb4d4..cea274876b 100644 --- a/OsmAnd/res/values/styles.xml +++ b/OsmAnd/res/values/styles.xml @@ -564,7 +564,7 @@ @color/active_color_primary_dark - @@ -768,4 +768,8 @@ ?attr/app_bar_primary_item_color @dimen/dialog_header_text_size + +