summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/dimens.xml
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-06-14 15:00:32 -0700
committerDianne Hackborn <hackbod@google.com>2011-06-14 15:05:16 -0700
commit7d04932ef5c001769ccef244f551b75773f1666b (patch)
tree4befb1901bbeadb7336811941301ed09dd19f444 /packages/SystemUI/res/values/dimens.xml
parent700a1f25719138b94c453beb6325e627a11a9883 (diff)
downloadframeworks_base-7d04932ef5c001769ccef244f551b75773f1666b.zip
frameworks_base-7d04932ef5c001769ccef244f551b75773f1666b.tar.gz
frameworks_base-7d04932ef5c001769ccef244f551b75773f1666b.tar.bz2
Fix issue #4603422: Compatibility mode button doesn't always update
We now tell the system bar every time the top activity has changed for it to re-evaluate its UI state. Also fix issue #: 4607102 Low rider notifications. It turns out this was due to the change in the dialog asset; the notification UI was relying on this having a lot of padding to make it sit above the status bar. Now we have an explicitly mechanism to set how much it overlaps (or doesn't) the status bar. Change-Id: Iab5ebd86e620ff4fc4cd77206e18af962ec2830e
Diffstat (limited to 'packages/SystemUI/res/values/dimens.xml')
-rw-r--r--packages/SystemUI/res/values/dimens.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml
index 88cd43c..ff979a0 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -30,6 +30,8 @@
<dimen name="status_bar_recents_thumbnail_max_height">64dp</dimen>
<!-- Width of scrollable area in recents -->
<dimen name="status_bar_recents_width">356dp</dimen>
+ <!-- Amount to offset bottom of notification peek window from top of status bar. -->
+ <dimen name="peek_window_y_offset">-12dp</dimen>
</resources>