diff --git a/packages/SystemUI/res/layout/qs_customize_panel.xml b/packages/SystemUI/res/layout/qs_customize_panel.xml index 582ad48c189eb..0491ea08525d4 100644 --- a/packages/SystemUI/res/layout/qs_customize_panel.xml +++ b/packages/SystemUI/res/layout/qs_customize_panel.xml @@ -14,10 +14,12 @@ See the License for the specific language governing permissions and limitations under the License. --> + + diff --git a/packages/SystemUI/res/layout/qs_panel.xml b/packages/SystemUI/res/layout/qs_panel.xml index 994d3c9436717..ef15195b5f717 100644 --- a/packages/SystemUI/res/layout/qs_panel.xml +++ b/packages/SystemUI/res/layout/qs_panel.xml @@ -34,4 +34,7 @@ + + diff --git a/packages/SystemUI/res/layout/status_bar_expanded.xml b/packages/SystemUI/res/layout/status_bar_expanded.xml index 656941f8b7254..ccefb5fe0a5bf 100644 --- a/packages/SystemUI/res/layout/status_bar_expanded.xml +++ b/packages/SystemUI/res/layout/status_bar_expanded.xml @@ -43,8 +43,10 @@ android:id="@+id/qs_density_container" android:layout="@layout/qs_panel" android:layout_width="@dimen/notification_panel_width" - android:layout_height="wrap_content" - android:layout_gravity="@integer/notification_panel_layout_gravity" /> + android:layout_height="match_parent" + android:layout_gravity="@integer/notification_panel_layout_gravity" + android:clipToPadding="false" + android:clipChildren="false" />