summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/dimens.xml
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2015-02-20 18:21:41 +0100
committerSelim Cinek <cinek@google.com>2015-03-13 12:51:20 -0700
commitb5605e58cb8080c8c887b1885336b707596c8094 (patch)
tree92a8a10be14fe0304ecbc3788744b7b261177a8d /packages/SystemUI/res/values/dimens.xml
parentab29aebf00a0ebd286a92d129f35c182b6888f3b (diff)
downloadframeworks_base-b5605e58cb8080c8c887b1885336b707596c8094.zip
frameworks_base-b5605e58cb8080c8c887b1885336b707596c8094.tar.gz
frameworks_base-b5605e58cb8080c8c887b1885336b707596c8094.tar.bz2
Enable surfacing of notification children
Yo Dawg, I herd you like notifications, so I put a notification in your notification so you can be interrupted while you are being interrupted. Bug: 15869874 Bug: 15188947 Change-Id: I6c733d6f8e8a04f85036182f82d3e945c6feb5bc
Diffstat (limited to 'packages/SystemUI/res/values/dimens.xml')
-rw-r--r--packages/SystemUI/res/values/dimens.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml
index 95a4009..c24cd64 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -376,6 +376,18 @@
<!-- radius of the corners of the material rounded rect background but negative-->
<dimen name="notification_material_rounded_rect_radius_negative">-2dp</dimen>
+ <!-- height of the bottom decor below the notification if present (eg. an expand action) -->
+ <dimen name="notification_bottom_decor_height">48dp</dimen>
+
+ <!-- The padding between notification children -->
+ <dimen name="notification_children_padding">2dp</dimen>
+
+ <!-- The height of the divider between the notfication children -->
+ <dimen name="notification_children_divider_height">1dp</dimen>
+
+ <!-- The vertical distance from which the notification appear when children are expanded -->
+ <dimen name="notification_appear_distance">140dp</dimen>
+
<!-- end margin for multi user switch in expanded quick settings -->
<dimen name="multi_user_switch_expanded_margin">8dp</dimen>