I'm trying to change the color of the DrawerLayout in my app
<android.support.v4.widget.DrawerLayout 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:background="#FFFFFF"
android:backgroundTint="#FFFFFF">
As seen above, I've tried android:background and android:backgroundTint but they both don't seem to be working. Help will be greatly appreciated