am ae0c56c7: am 3506d885: Merge "Fix issue with notification layouts." into honeycomb

* commit 'ae0c56c7367130db02594501238b51d61841de61':
  Fix issue with notification layouts.
diff --git a/packages/SystemUI/res/layout-xlarge/status_bar_notification_row.xml b/packages/SystemUI/res/layout-xlarge/status_bar_notification_row.xml
index 6b12d29..4991a40 100644
--- a/packages/SystemUI/res/layout-xlarge/status_bar_notification_row.xml
+++ b/packages/SystemUI/res/layout-xlarge/status_bar_notification_row.xml
@@ -27,7 +27,7 @@
         <!-- TODO: scaleType should be top-left but ImageView doesn't support that. -->
 
     <com.android.systemui.statusbar.LatestItemView android:id="@+id/content"
-        android:layout_width="wrap_content"
+        android:layout_width="match_parent"
         android:layout_height="64sp"
         android:layout_alignParentTop="true"
         android:layout_toRightOf="@id/large_icon"