From 51127d4c588face4c1378b695c9ecbc44c51eed7 Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Wed, 18 Mar 2015 15:52:05 +0100 Subject: [PATCH] Fix color --- OsmAnd/res/drawable/btn_inset_circle.xml | 18 ++---------------- OsmAnd/res/drawable/btn_inset_circle_n.xml | 18 ++++++++++++++++++ OsmAnd/res/drawable/btn_inset_circle_p.xml | 20 ++++++++++++++++++++ OsmAnd/res/layout/map_hud_top.xml | 3 ++- OsmAnd/res/values/colors.xml | 8 ++++---- 5 files changed, 46 insertions(+), 21 deletions(-) create mode 100644 OsmAnd/res/drawable/btn_inset_circle_n.xml create mode 100644 OsmAnd/res/drawable/btn_inset_circle_p.xml diff --git a/OsmAnd/res/drawable/btn_inset_circle.xml b/OsmAnd/res/drawable/btn_inset_circle.xml index 722a79f782..f1a5a3b87a 100644 --- a/OsmAnd/res/drawable/btn_inset_circle.xml +++ b/OsmAnd/res/drawable/btn_inset_circle.xml @@ -1,19 +1,5 @@ - - - - - - - - - - - - - - - - + + \ No newline at end of file diff --git a/OsmAnd/res/drawable/btn_inset_circle_n.xml b/OsmAnd/res/drawable/btn_inset_circle_n.xml new file mode 100644 index 0000000000..345597df85 --- /dev/null +++ b/OsmAnd/res/drawable/btn_inset_circle_n.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/OsmAnd/res/drawable/btn_inset_circle_p.xml b/OsmAnd/res/drawable/btn_inset_circle_p.xml new file mode 100644 index 0000000000..7890976523 --- /dev/null +++ b/OsmAnd/res/drawable/btn_inset_circle_p.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/OsmAnd/res/layout/map_hud_top.xml b/OsmAnd/res/layout/map_hud_top.xml index d1755613c8..150fcd79ed 100644 --- a/OsmAnd/res/layout/map_hud_top.xml +++ b/OsmAnd/res/layout/map_hud_top.xml @@ -2,7 +2,8 @@ + android:orientation="vertical" + android:background="@color/color_favorite" > diff --git a/OsmAnd/res/values/colors.xml b/OsmAnd/res/values/colors.xml index a63011a802..12d7571111 100644 --- a/OsmAnd/res/values/colors.xml +++ b/OsmAnd/res/values/colors.xml @@ -18,11 +18,11 @@ #be39464d #333333 - #eeffffff - #aa3f3f3f + #ffffff + #bb3f3f3f #ddcccccc - #88bbbbbb - #ddcccccc + #40ffffff + #e5e5e5 #30A0FF #dd30D0FF