From cd4e382bd01945c86a9fa7cf9a00823a284d9a65 Mon Sep 17 00:00:00 2001 From: Jason Monk Date: Wed, 4 May 2016 16:08:08 -0400 Subject: [PATCH] Fix QS header size after landscape inflation Change-Id: Ic735462d0af2437ed9e74a960ff0dc12126c30f2 Fixes: 28306834 --- .../SystemUI/res/layout/quick_status_bar_expanded_header.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/res/layout/quick_status_bar_expanded_header.xml b/packages/SystemUI/res/layout/quick_status_bar_expanded_header.xml index 5d3b5ff120476..a4f9df35ca55d 100644 --- a/packages/SystemUI/res/layout/quick_status_bar_expanded_header.xml +++ b/packages/SystemUI/res/layout/quick_status_bar_expanded_header.xml @@ -20,7 +20,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:systemui="http://schemas.android.com/apk/res-auto" android:id="@+id/header" - android:layout_width="@dimen/notification_panel_width" + android:layout_width="match_parent" android:layout_height="@dimen/status_bar_header_height" android:layout_gravity="@integer/notification_panel_layout_gravity" android:clipChildren="false"