diff --git a/res/layout/settings_homepage_container.xml b/res/layout/settings_homepage_container.xml index 225e1774f0c..c86bccfdd59 100644 --- a/res/layout/settings_homepage_container.xml +++ b/res/layout/settings_homepage_container.xml @@ -46,7 +46,8 @@ android:id="@+id/main_content" android:layout_width="match_parent" android:layout_height="wrap_content" - android:animateLayoutChanges="true"/> + android:animateLayoutChanges="true" + android:background="?android:attr/windowBackground"/>