diff --git a/res/layout/panel_layout.xml b/res/layout/panel_layout.xml
index e55c1e6a510..0d5ccfbf89b 100644
--- a/res/layout/panel_layout.xml
+++ b/res/layout/panel_layout.xml
@@ -20,6 +20,7 @@
android:id="@+id/panel_container"
android:layout_width="@dimen/settings_panel_width"
android:layout_height="wrap_content"
+ android:fitsSystemWindows="true"
android:layout_gravity="center_horizontal"
android:background="@drawable/settings_panel_rounded_top_corner_background" >
diff --git a/res/layout/zen_mode_senders_overlay_image.xml b/res/layout/zen_mode_senders_overlay_image.xml
deleted file mode 100644
index eba98dad5b0..00000000000
--- a/res/layout/zen_mode_senders_overlay_image.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 57e47f2ec91..2f3d875ba36 100755
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -51,9 +51,6 @@
32dp
24dp
- 24dp
- 32dp
- 50dp
7dp
17dp
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4ae9e670cdb..a5b1aa17a67 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -8177,8 +8177,6 @@
Conversations
-
- Conversations that can interrupt
All conversations
Priority conversations
@@ -11698,6 +11696,10 @@
Show additional information
Display things like the time, weather, or other information on the screen saver
+
+ Show home controls
+
+ Show home controls button from the screen saver
More settings
diff --git a/res/values/themes.xml b/res/values/themes.xml
index dd3882e4cfb..eeba1c77aca 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -220,6 +220,7 @@