Merge "Fix issue with notification layouts." into honeycomb

This commit is contained in:
Marco Nelissen
2011-01-14 13:17:56 -08:00
committed by Android (Google) Code Review

View File

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