summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values-sw600dp
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-09-28 12:22:27 -0400
committerDaniel Sandler <dsandler@android.com>2012-09-28 12:22:27 -0400
commite680f5483f845e2c9f75b80358599b5d654a9f8b (patch)
tree8f7d8212871238dd68e01db8973b550b44972164 /packages/SystemUI/res/values-sw600dp
parent13701b50f533775fd7a547fd0e479c1ec9035ce8 (diff)
downloadframeworks_base-e680f5483f845e2c9f75b80358599b5d654a9f8b.zip
frameworks_base-e680f5483f845e2c9f75b80358599b5d654a9f8b.tar.gz
frameworks_base-e680f5483f845e2c9f75b80358599b5d654a9f8b.tar.bz2
Prop the tablet notification panel open a bit.
It will now occupy at least 40% of the screen, vertically. Bug: 7069227 Change-Id: I540388f6988bee591aee5b7aee1e4d25d08fad96
Diffstat (limited to 'packages/SystemUI/res/values-sw600dp')
-rw-r--r--packages/SystemUI/res/values-sw600dp/dimens.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-sw600dp/dimens.xml b/packages/SystemUI/res/values-sw600dp/dimens.xml
index a687571..df6ed19 100644
--- a/packages/SystemUI/res/values-sw600dp/dimens.xml
+++ b/packages/SystemUI/res/values-sw600dp/dimens.xml
@@ -44,4 +44,7 @@
<!-- On tablet-sized devices, we allocate the rightmost third(ish) of the draggable status bar
to quick settings. -->
<item type="dimen" name="settings_panel_dragzone_fraction">35%</item>
+
+ <!-- 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>
</resources>