summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-04-19 01:08:15 -0400
committerDaniel Sandler <dsandler@android.com>2012-04-19 01:08:15 -0400
commitbc5559f1922d72715940f754faffc82da4100eab (patch)
treeefe383a3517bd93bb63a5f0a2a90262a4229478c /core/res
parent26fbf27ad1e9f9c26a82097fe306f07ec36e8410 (diff)
downloadframeworks_base-bc5559f1922d72715940f754faffc82da4100eab.zip
frameworks_base-bc5559f1922d72715940f754faffc82da4100eab.tar.gz
frameworks_base-bc5559f1922d72715940f754faffc82da4100eab.tar.bz2
Expand too-small notifications to fill 64dp.
Also fix NotificationTestList so it runs again. Change-Id: I2fb28cd9cfad25a7a1b17ccef9ccd741c3aa99b0
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/layout/notification_template_base.xml2
1 files changed, 1 insertions, 1 deletions
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"
>