summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values-sw600dp
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2014-05-08 19:16:49 +0200
committerJorim Jaggi <jjaggi@google.com>2014-05-11 21:05:52 +0200
commite18c2cd81050061c2ec3adf8f7939dcdb2d80900 (patch)
tree2a60f6a06ff5239604be794bf8eff915ef98a31c /packages/SystemUI/res/values-sw600dp
parent76aaef537a83486134a8118331b70854fbdecc3e (diff)
downloadframeworks_base-e18c2cd81050061c2ec3adf8f7939dcdb2d80900.zip
frameworks_base-e18c2cd81050061c2ec3adf8f7939dcdb2d80900.tar.gz
frameworks_base-e18c2cd81050061c2ec3adf8f7939dcdb2d80900.tar.bz2
Make notification panel fullscreen on tablets.
We only inset the notification themselves on tablets, and also the header when not on the lockscreen (on the lockscreen, the header must be full width so the icons are at the correct location). Change-Id: I85c8a4559f59b016432dab4a73236352233d9159
Diffstat (limited to 'packages/SystemUI/res/values-sw600dp')
-rw-r--r--packages/SystemUI/res/values-sw600dp/styles.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values-sw600dp/styles.xml b/packages/SystemUI/res/values-sw600dp/styles.xml
index 1ea9442..d4a9986 100644
--- a/packages/SystemUI/res/values-sw600dp/styles.xml
+++ b/packages/SystemUI/res/values-sw600dp/styles.xml
@@ -19,9 +19,14 @@
<item name="android:layout_width">480dp</item>
</style>
- <style name="StatusBarExpanded">
+ <style name="NotificationsQuickSettings">
<item name="android:layout_width">@dimen/notification_panel_width</item>
<item name="android:layout_height">match_parent</item>
- <item name="android:layout_gravity">start|top</item>
+ <item name="android:layout_gravity">top|center_horizontal</item>
+ </style>
+
+ <style name="StatusBarHeader">
+ <item name="android:layout_width">@dimen/notification_panel_width</item>
+ <item name="android:layout_gravity">center_horizontal</item>
</style>
</resources>