From a2d92a669743fcc32d65624c1349d1b2a8ad9947 Mon Sep 17 00:00:00 2001 From: Ihedioha Chinedu Innocent Date: Fri, 27 Oct 2023 15:36:06 +0100 Subject: [PATCH 1/2] Changed top app bar color --- androidlibrary_lib/src/main/res/values/colors.xml | 3 +++ androidlibrary_lib/src/main/res/values/theme.xml | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/androidlibrary_lib/src/main/res/values/colors.xml b/androidlibrary_lib/src/main/res/values/colors.xml index d809dedd..21da347f 100644 --- a/androidlibrary_lib/src/main/res/values/colors.xml +++ b/androidlibrary_lib/src/main/res/values/colors.xml @@ -26,4 +26,7 @@ the License. #f0f0 #ffffff00 + #5594D7 + #F2F7FC + diff --git a/androidlibrary_lib/src/main/res/values/theme.xml b/androidlibrary_lib/src/main/res/values/theme.xml index 0d9a2773..c71ff362 100644 --- a/androidlibrary_lib/src/main/res/values/theme.xml +++ b/androidlibrary_lib/src/main/res/values/theme.xml @@ -4,7 +4,7 @@ @@ -16,5 +16,7 @@ true @style/OdkActionBar @style/PreferenceThemeOverlay.v14.Material + @color/blue_300 + @color/blue_100 From 40bab88d04751f72d9b937d099dbd5167c1bbd84 Mon Sep 17 00:00:00 2001 From: Ihedioha Chinedu Innocent Date: Fri, 27 Oct 2023 15:38:19 +0100 Subject: [PATCH 2/2] Added status bar color --- androidlibrary_lib/src/main/res/values/theme.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/androidlibrary_lib/src/main/res/values/theme.xml b/androidlibrary_lib/src/main/res/values/theme.xml index c71ff362..8e2cb90f 100644 --- a/androidlibrary_lib/src/main/res/values/theme.xml +++ b/androidlibrary_lib/src/main/res/values/theme.xml @@ -18,5 +18,6 @@ @style/PreferenceThemeOverlay.v14.Material @color/blue_300 @color/blue_100 + @color/blue_100