Implement DayNight theme for DocumentsUI

Also fixes tint colors for icons to use themed colorControlNormal.

Bug: 20421157
Change-Id: I110a1d95f763332e7ca76cf8ab4125bd4d9a075e
diff --git a/res/layout/fragment_directory.xml b/res/layout/fragment_directory.xml
index 4717839..2c08e72 100644
--- a/res/layout/fragment_directory.xml
+++ b/res/layout/fragment_directory.xml
@@ -16,8 +16,7 @@
 
 <com.android.documentsui.DirectoryView xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:background="@color/material_grey_50">
+    android:layout_height="match_parent">
 
     <TextView
         android:id="@android:id/empty"