aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/navigation.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/navigation.xml')
-rw-r--r--res/layout/navigation.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/navigation.xml b/res/layout/navigation.xml
index 3d849d0c..5ba80b01 100644
--- a/res/layout/navigation.xml
+++ b/res/layout/navigation.xml
@@ -20,7 +20,8 @@
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:fitsSystemWindows="true">
+ android:fitsSystemWindows="true"
+ android:background="@color/navigation_drawer_background">
<include layout="@layout/home_fragment"
android:fitsSystemWindows="false" />