From 1885fb2ce6183fb97084ba2051048386497899dd Mon Sep 17 00:00:00 2001 From: Allan O Date: Fri, 25 Oct 2019 10:45:13 +0300 Subject: [PATCH 1/3] Set border color --- opensrp-reporting/src/main/res/values/colors.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensrp-reporting/src/main/res/values/colors.xml b/opensrp-reporting/src/main/res/values/colors.xml index 481d94f2..b1e608b3 100644 --- a/opensrp-reporting/src/main/res/values/colors.xml +++ b/opensrp-reporting/src/main/res/values/colors.xml @@ -5,7 +5,7 @@ #D81B60 #212121 #757575 - #ECECEC + #DEDEDE #00b253 #b2f395 From fef00194917257f419536d7ea4130a2079fd259b Mon Sep 17 00:00:00 2001 From: Allan O Date: Fri, 25 Oct 2019 10:45:40 +0300 Subject: [PATCH 2/3] Increase border height --- .../src/main/res/layout/numeric_indicator_view.xml | 2 +- opensrp-reporting/src/main/res/layout/pie_chart_view.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opensrp-reporting/src/main/res/layout/numeric_indicator_view.xml b/opensrp-reporting/src/main/res/layout/numeric_indicator_view.xml index 2d58f6ba..7fd51df6 100644 --- a/opensrp-reporting/src/main/res/layout/numeric_indicator_view.xml +++ b/opensrp-reporting/src/main/res/layout/numeric_indicator_view.xml @@ -33,7 +33,7 @@ diff --git a/opensrp-reporting/src/main/res/layout/pie_chart_view.xml b/opensrp-reporting/src/main/res/layout/pie_chart_view.xml index f311e959..e314abdd 100644 --- a/opensrp-reporting/src/main/res/layout/pie_chart_view.xml +++ b/opensrp-reporting/src/main/res/layout/pie_chart_view.xml @@ -51,7 +51,7 @@ From b083c9b7e4fc842df39abd7a0ecbb17e6f791f7b Mon Sep 17 00:00:00 2001 From: Allan O Date: Fri, 25 Oct 2019 12:25:57 +0300 Subject: [PATCH 3/3] Upate the reporting library version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 119ed325..540e6375 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.0.7-SNAPSHOT +VERSION_NAME=0.0.8-SNAPSHOT VERSION_CODE=1 GROUP=org.smartregister POM_SETTING_DESCRIPTION=OpenSRP Client Reporting Library