summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-04-19 07:01:37 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-19 07:01:37 -0700
commit3dfc82b5677a77e805511c263197c95c52a1665e (patch)
tree701641d853ef7f1d532928964e5a0196518e7d08 /core/res
parentf66bc73fa72b5260facf561579aae9e45ee25990 (diff)
parentbc5559f1922d72715940f754faffc82da4100eab (diff)
downloadframeworks_base-3dfc82b5677a77e805511c263197c95c52a1665e.zip
frameworks_base-3dfc82b5677a77e805511c263197c95c52a1665e.tar.gz
frameworks_base-3dfc82b5677a77e805511c263197c95c52a1665e.tar.bz2
Merge "Expand too-small notifications to fill 64dp."
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"
>