diff --git a/res/layout/panel_layout.xml b/res/layout/panel_layout.xml index f154abc40cb..fd8d55f1356 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/values/themes.xml b/res/values/themes.xml index ff56e7edca9..e6c0510dbb1 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -229,6 +229,7 @@