summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-sw600dp
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-08-08 16:39:54 -0400
committerDaniel Sandler <dsandler@android.com>2012-08-13 15:23:51 -0400
commit08d05e3d1d6ade6924266296033981a96b47d5fb (patch)
tree1058c40f19f95a75716533586adb265aaf9cf433 /packages/SystemUI/res/layout-sw600dp
parentf83d2d6f6b4a23011226a7b9fee20dabf94820cb (diff)
downloadframeworks_base-08d05e3d1d6ade6924266296033981a96b47d5fb.zip
frameworks_base-08d05e3d1d6ade6924266296033981a96b47d5fb.tar.gz
frameworks_base-08d05e3d1d6ade6924266296033981a96b47d5fb.tar.bz2
New status bar capable of multiple sliding panels.
There are some visual glitches but almost everything should be put back pretty much where it was. Change-Id: I2f9b0591d44599b07bd83f03c4e09e6dd98e1448
Diffstat (limited to 'packages/SystemUI/res/layout-sw600dp')
-rw-r--r--packages/SystemUI/res/layout-sw600dp/super_status_bar.xml16
1 files changed, 11 insertions, 5 deletions
diff --git a/packages/SystemUI/res/layout-sw600dp/super_status_bar.xml b/packages/SystemUI/res/layout-sw600dp/super_status_bar.xml
index c478334..47c511c 100644
--- a/packages/SystemUI/res/layout-sw600dp/super_status_bar.xml
+++ b/packages/SystemUI/res/layout-sw600dp/super_status_bar.xml
@@ -31,10 +31,16 @@
android:layout_height="@*android:dimen/status_bar_height"
/>
- <include layout="@layout/status_bar_expanded"
- android:layout_width="@dimen/notification_panel_width"
- android:layout_height="0dp"
- android:layout_gravity="center_horizontal|top"
- />
+ <com.android.systemui.statusbar.phone.PanelHolder
+ android:id="@+id/panel_holder"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ >
+ <include layout="@layout/status_bar_expanded"
+ android:layout_width="@dimen/notification_panel_width"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_horizontal|top"
+ />
+ </com.android.systemui.statusbar.phone.PanelHolder>
</com.android.systemui.statusbar.phone.StatusBarWindowView>