From 64dd50e3edcac9ab8ed723b38eba2f35d98b63da Mon Sep 17 00:00:00 2001 From: Fahim Date: Thu, 14 Oct 2021 11:40:24 +0600 Subject: [PATCH] 3950-P-Drawer_background_color_issue issue: https://gitlab.e.foundation/e/backlog/-/issues/3950 --- res/drawable/roots_list_border.xml | 2 +- res/layout/drawer_layout.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/drawable/roots_list_border.xml b/res/drawable/roots_list_border.xml index 6ef6082ae..f8e686e2b 100644 --- a/res/drawable/roots_list_border.xml +++ b/res/drawable/roots_list_border.xml @@ -21,6 +21,6 @@ + android:color="@color/color_default_foreground" /> \ No newline at end of file diff --git a/res/layout/drawer_layout.xml b/res/layout/drawer_layout.xml index b13780434..8e9d52788 100644 --- a/res/layout/drawer_layout.xml +++ b/res/layout/drawer_layout.xml @@ -76,7 +76,7 @@ android:layout_gravity="start" android:orientation="vertical" android:elevation="16dp" - android:background="@color/color_default_background"> + android:background="@color/color_default_foreground">