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 0f3a1162..bb2338de 100644
--- a/res/layout/navigation.xml
+++ b/res/layout/navigation.xml
@@ -19,7 +19,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:background="@color/navigation_drawer_background">
<include layout="@layout/home_fragment"
android:fitsSystemWindows="false" />