summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values-sw600dp
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2014-05-06 22:22:20 +0200
committerJorim Jaggi <jjaggi@google.com>2014-05-07 19:49:23 +0200
commitd7daab7b9e33cd56f2692b9ebea87ef21290c1ea (patch)
tree121d7e8ef3c3f81dfffd1655f9c7c23f860935f7 /packages/SystemUI/res/values-sw600dp
parent0be30834b4a4c2784bd403c22cfcbd96d404c9be (diff)
downloadframeworks_base-d7daab7b9e33cd56f2692b9ebea87ef21290c1ea.zip
frameworks_base-d7daab7b9e33cd56f2692b9ebea87ef21290c1ea.tar.gz
frameworks_base-d7daab7b9e33cd56f2692b9ebea87ef21290c1ea.tar.bz2
New layout structure for the expanded status bar.
This also includes a new (very WIP) interaction to get to quick settings, with clumping the cards and a scrollable container with the cards and the bottom QS part in it. Change-Id: Ib073bb0174cddcf60347a5e3bb474fb3b6385bcf
Diffstat (limited to 'packages/SystemUI/res/values-sw600dp')
-rw-r--r--packages/SystemUI/res/values-sw600dp/dimens.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/packages/SystemUI/res/values-sw600dp/dimens.xml b/packages/SystemUI/res/values-sw600dp/dimens.xml
index 92e3885..7372181 100644
--- a/packages/SystemUI/res/values-sw600dp/dimens.xml
+++ b/packages/SystemUI/res/values-sw600dp/dimens.xml
@@ -19,10 +19,6 @@
<!-- The width of the notification panel window: 446 + 16 + 16 (padding in the bg drawable) -->
<dimen name="notification_panel_width">478dp</dimen>
- <!-- Layout parameters for the notification panel -->
- <dimen name="notification_panel_margin_bottom">192dp</dimen>
- <dimen name="notification_panel_margin_left">16dp</dimen>
-
<!-- Gravity for the notification panel -->
<!-- 0x31 = top|center_horizontal -->
<integer name="notification_panel_layout_gravity">0x31</integer>
@@ -43,9 +39,6 @@
<dimen name="status_bar_recents_thumbnail_width">200dp</dimen>
<dimen name="status_bar_recents_thumbnail_height">177dp</dimen>
- <!-- On tablets, panels drop from the statusbar instead of overlapping it. -->
- <dimen name="panel_holder_padding_top">@*android:dimen/status_bar_height</dimen>
-
<!-- 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>