diff --git a/briar-android/res/layout/activity_with_loading.xml b/briar-android/res/layout/activity_with_loading.xml
index 1aaff812ab99eb225d5df1d671accffd7ab87e2f..904348306d7b2b9ec183007bb9646fa48cf63e8a 100644
--- a/briar-android/res/layout/activity_with_loading.xml
+++ b/briar-android/res/layout/activity_with_loading.xml
@@ -22,12 +22,14 @@
 		<FrameLayout
 			android:id="@+id/content_fragment"
 			android:layout_width="match_parent"
-			android:layout_height="match_parent"/>
+			android:layout_height="match_parent"
+			android:background="@color/window_background"/>
 
 		<RelativeLayout
 			android:id="@+id/container_progress"
 			android:layout_width="match_parent"
 			android:layout_height="match_parent"
+			android:background="@color/window_background"
 			android:layout_gravity="center"
 			android:visibility="invisible"
 			tools:visibility="visible">