summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/cm_dimens.xml
diff options
context:
space:
mode:
authorDave Kover <dkover@cyngn.com>2015-06-09 17:47:53 -0700
committerClark Scheff <clark@cyngn.com>2015-10-27 18:19:50 -0700
commit97e8fb4586a9693dfcdc917fc136ce08492e6144 (patch)
tree4ff68e6e39ae847e426abb1902e47ab2a6db5cad /packages/SystemUI/res/values/cm_dimens.xml
parentd92d18ff740c118e07caf5094b53822bfdbbf8a4 (diff)
downloadframeworks_base-97e8fb4586a9693dfcdc917fc136ce08492e6144.zip
frameworks_base-97e8fb4586a9693dfcdc917fc136ce08492e6144.tar.gz
frameworks_base-97e8fb4586a9693dfcdc917fc136ce08492e6144.tar.bz2
SystemUI: Add new dimens values for expanded status bar padding
Currently, the notification header and QS panel use the same side padding as the notifications themselves. Adding new values that allow more complex theming scenarios for these layouts. The stuff that dreams are made of. Change-Id: I7166ab08e3e35b8907b3c2e65039f02df18dfd72
Diffstat (limited to 'packages/SystemUI/res/values/cm_dimens.xml')
-rw-r--r--packages/SystemUI/res/values/cm_dimens.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/cm_dimens.xml b/packages/SystemUI/res/values/cm_dimens.xml
index c839fc9..5677b2c 100644
--- a/packages/SystemUI/res/values/cm_dimens.xml
+++ b/packages/SystemUI/res/values/cm_dimens.xml
@@ -30,4 +30,10 @@
<dimen name="volume_panel_z">4dp</dimen>
+ <!-- Side padding for the status bar header -->
+ <dimen name="notification_header_side_padding">@dimen/notification_side_padding</dimen>
+
+ <!-- Side padding for the Quick Settings panel -->
+ <dimen name="qs_panel_side_padding">@dimen/notification_side_padding</dimen>
+
</resources>