From 5ededd7b17499b4315940d95d79d4f5f02bddc7d Mon Sep 17 00:00:00 2001 From: Dmitriy Prodchenko Date: Sun, 26 Oct 2014 13:47:36 +0200 Subject: [PATCH 1/2] Fix sub header. --- OsmAnd/res/layout/drawer_list_sub_header.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/OsmAnd/res/layout/drawer_list_sub_header.xml b/OsmAnd/res/layout/drawer_list_sub_header.xml index f124f7f95f..b25762c5a7 100644 --- a/OsmAnd/res/layout/drawer_list_sub_header.xml +++ b/OsmAnd/res/layout/drawer_list_sub_header.xml @@ -12,6 +12,7 @@ android:layout_height="36dp" android:capitalize="characters" android:inputType="textCapCharacters" + android:textColor="#858585" android:textSize="14sp" android:ellipsize="end" android:gravity="left|bottom"/> From 82cd0ff66d129dbef5beba0163863bce574f6758 Mon Sep 17 00:00:00 2001 From: Dmitriy Prodchenko Date: Sun, 26 Oct 2014 14:02:52 +0200 Subject: [PATCH 2/2] Color fix. --- OsmAnd/res/drawable/drawer_divider.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OsmAnd/res/drawable/drawer_divider.xml b/OsmAnd/res/drawable/drawer_divider.xml index 246c23bc18..9df96975fd 100644 --- a/OsmAnd/res/drawable/drawer_divider.xml +++ b/OsmAnd/res/drawable/drawer_divider.xml @@ -9,9 +9,9 @@ android:dashGap="1dp" android:dashWidth="1.5dp" android:width="1dp" - android:color="#FF404040" /> + android:color="#FFcdcdcd" /> - +