From b4aaf392c2b896c4d6026d964cb65d201aef20ff Mon Sep 17 00:00:00 2001 From: Fahim Date: Wed, 13 Oct 2021 22:50:56 +0600 Subject: [PATCH] 3953_Drawer_background_color_update issue: https://gitlab.e.foundation/e/backlog/-/issues/3953 --- presentation/src/main/res/layout/drawer_view.xml | 3 +-- presentation/src/main/res/values/colors.xml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/presentation/src/main/res/layout/drawer_view.xml b/presentation/src/main/res/layout/drawer_view.xml index 16631583b..bd33eed58 100644 --- a/presentation/src/main/res/layout/drawer_view.xml +++ b/presentation/src/main/res/layout/drawer_view.xml @@ -18,11 +18,10 @@ ~ along with QKSMS. If not, see . --> + android:background="@color/foreground_color"> @lineageos.platform:color/color_default_primary_dark @lineageos.platform:color/color_default_accent @lineageos.platform:color/color_default_selector + @lineageos.platform:color/color_default_foreground -- GitLab