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/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 @@