summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/dimens.xml
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2012-05-10 15:01:37 -0400
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-05-11 09:00:45 -0700
commitca7b7d0566a4d98701067cff915a78b63908e6f5 (patch)
treefb126bdde3f7315684a18da788d954622d556a86 /packages/SystemUI/res/values/dimens.xml
parentbf6e0ba99dbfef44d3feb014ce7e530de800d7c2 (diff)
downloadframeworks_base-ca7b7d0566a4d98701067cff915a78b63908e6f5.zip
frameworks_base-ca7b7d0566a4d98701067cff915a78b63908e6f5.tar.gz
frameworks_base-ca7b7d0566a4d98701067cff915a78b63908e6f5.tar.bz2
Don't allow notificaitons to be larger than 4U, even with actions.
Limit BigText template to a fixed number of lines. Optimize layout of BigText and Inbox for expansion. Bug: 6457470 Change-Id: Ib7389e16e566df9f91347ca3fdd621916a12af9b
Diffstat (limited to 'packages/SystemUI/res/values/dimens.xml')
-rw-r--r--packages/SystemUI/res/values/dimens.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml
index 2ff0e00..21e5fd7 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -58,9 +58,8 @@
<!-- Height of a small notification in the status bar plus glow, padding, etc -->
<dimen name="notification_min_height">72dp</dimen>
- <!-- Height of a small notification in the status bar -->
- <!-- TODO: change this back to 256dp once we deal with actions. -->
- <dimen name="notification_max_height">320dp</dimen>
+ <!-- Height of a large notification in the status bar -->
+ <dimen name="notification_max_height">256dp</dimen>
<!-- size at which Notification icons will be drawn in the status bar -->
<dimen name="status_bar_icon_drawing_size">18dip</dimen>