From bc5559f1922d72715940f754faffc82da4100eab Mon Sep 17 00:00:00 2001 From: Daniel Sandler Date: Thu, 19 Apr 2012 01:08:15 -0400 Subject: Expand too-small notifications to fill 64dp. Also fix NotificationTestList so it runs again. Change-Id: I2fb28cd9cfad25a7a1b17ccef9ccd741c3aa99b0 --- core/res/res/layout/notification_template_base.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/res') diff --git a/core/res/res/layout/notification_template_base.xml b/core/res/res/layout/notification_template_base.xml index 74b3fa9..bd26232 100644 --- a/core/res/res/layout/notification_template_base.xml +++ b/core/res/res/layout/notification_template_base.xml @@ -19,7 +19,7 @@ android:background="@android:color/background_dark" android:id="@+id/status_bar_latest_event_content" android:layout_width="match_parent" - android:layout_height="wrap_content" + android:layout_height="64dp" internal:layout_minHeight="64dp" internal:layout_maxHeight="64dp" > -- cgit v1.1