summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values-sw600dp
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-10-16 21:30:28 -0400
committerDaniel Sandler <dsandler@android.com>2012-10-16 23:21:26 -0400
commit3679bf58fb2f59745b416b26126b7e2a673c54d8 (patch)
tree18fc35f441310079418c15bfc0183bddcbb74f06 /packages/SystemUI/res/values-sw600dp
parentfe3376b41aa48b6894afad9b977170bc658a6ac1 (diff)
downloadframeworks_base-3679bf58fb2f59745b416b26126b7e2a673c54d8.zip
frameworks_base-3679bf58fb2f59745b416b26126b7e2a673c54d8.tar.gz
frameworks_base-3679bf58fb2f59745b416b26126b7e2a673c54d8.tar.bz2
Quickening.
+ Baseline align all header elements. + Make clock clickable. + Remove clock tile. + Reorder tiles. + Hide status bar behind panel on phones. + Make status bar peek animation show the whole header on phones. + Stop hiding status bar bits on phones. Bug: 7350584 // baseline align header, make clock clickable, Bug: 7351760 // hide status bar behind panel Change-Id: I888752b64c56e80c3f5581fd8ee1cfd7c50eab7c
Diffstat (limited to 'packages/SystemUI/res/values-sw600dp')
-rw-r--r--packages/SystemUI/res/values-sw600dp/dimens.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-sw600dp/dimens.xml b/packages/SystemUI/res/values-sw600dp/dimens.xml
index df6ed19..fc80f5c 100644
--- a/packages/SystemUI/res/values-sw600dp/dimens.xml
+++ b/packages/SystemUI/res/values-sw600dp/dimens.xml
@@ -47,4 +47,8 @@
<!-- Minimum fraction of the screen that should be taken up by the notification panel. -->
<item type="dimen" name="notification_panel_min_height_frac">40%</item>
+
+ <!-- How far to slide the panel out when you touch it -->
+ <!-- On tablets this is just the close_handle_height -->
+ <dimen name="peek_height">@dimen/close_handle_height</dimen>
</resources>