From 0e1a47ab78ca51e4add0b75875d2b4646108625e Mon Sep 17 00:00:00 2001 From: Fahim Date: Thu, 14 Oct 2021 00:06:01 +0600 Subject: [PATCH] 3951-Drawer_background_color_issue issue: https://gitlab.e.foundation/e/backlog/-/issues/3951 --- app/src/main/res/layout/activity_accounts.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/activity_accounts.xml b/app/src/main/res/layout/activity_accounts.xml index 4011c21f8..d36389599 100644 --- a/app/src/main/res/layout/activity_accounts.xml +++ b/app/src/main/res/layout/activity_accounts.xml @@ -24,7 +24,7 @@ android:layout_height="match_parent" android:layout_gravity="start" android:fitsSystemWindows="true" - android:background="@color/backgroundColor" + android:background="@color/foregroundColor" app:headerLayout="@layout/nav_header_accounts" app:menu="@menu/activity_accounts_drawer"/> -- GitLab