From f3365e8507c80c2b8519fbd0ccf567b546ab6470 Mon Sep 17 00:00:00 2001 From: Narinder Rana Date: Fri, 20 Nov 2020 09:48:45 +0530 Subject: [PATCH 01/14] update bottom navigation bg color --- res/layout/desk_clock.xml | 2 +- res/values/colors.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/desk_clock.xml b/res/layout/desk_clock.xml index e39d1bbbd..2e4d1ad72 100644 --- a/res/layout/desk_clock.xml +++ b/res/layout/desk_clock.xml @@ -118,7 +118,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@id/content" - android:background="@color/secondary_color" + android:background="@color/color_default_foreground" app:menu="@menu/bottom_navigation_menu" app:itemIconTint="@color/tab_tint_color" app:itemTextColor="@color/tab_tint_color" diff --git a/res/values/colors.xml b/res/values/colors.xml index f62ffeb3f..04a07eb43 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -40,4 +40,5 @@ @lineageos.platform:color/color_default_blue1 #2F378A + @lineageos.platform:color/color_default_foreground -- GitLab From fd8b0b5f152052db94ca243ee2edddf727f27a08 Mon Sep 17 00:00:00 2001 From: Narinder Rana Date: Tue, 24 Nov 2020 08:46:30 +0530 Subject: [PATCH 02/14] update switch button theme --- res/values/themes.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/res/values/themes.xml b/res/values/themes.xml index 63216f441..7b052a51b 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -65,6 +65,13 @@