diff --git a/app/src/main/res/layout/bottom_sheet.xml b/app/src/main/res/layout/bottom_sheet.xml
index 5d39d03a9..cb18a8c4d 100644
--- a/app/src/main/res/layout/bottom_sheet.xml
+++ b/app/src/main/res/layout/bottom_sheet.xml
@@ -24,7 +24,7 @@
                                                      android:id="@+id/bottom_sheet"
                                                      android:layout_width="match_parent"
                                                      android:layout_height="wrap_content"
-                                                     android:background="?android:attr/windowBackground"
+                                                     android:background="@color/white"
                                                      app:layout_behavior="@string/appbar_scrolling_view_behavior">
 
 
diff --git a/app/src/main/res/layout/controller_bottom_navigation.xml b/app/src/main/res/layout/controller_bottom_navigation.xml
index 392bbb45c..b56a6745c 100644
--- a/app/src/main/res/layout/controller_bottom_navigation.xml
+++ b/app/src/main/res/layout/controller_bottom_navigation.xml
@@ -20,5 +20,5 @@
         android:layout_height="wrap_content"
         android:layout_gravity="bottom"
         android:animateLayoutChanges="true"
-        android:background="?android:attr/windowBackground"/>
+        android:background="@color/white"/>
 </android.support.design.widget.CoordinatorLayout>