diff options
author | Daniel Sandler <dsandler@android.com> | 2012-05-17 00:44:59 -0400 |
---|---|---|
committer | Daniel Sandler <dsandler@android.com> | 2012-05-17 00:57:11 -0400 |
commit | 8e18dc77579cdb2b2dad036afd18f8ca4963782a (patch) | |
tree | 0499c271e70b7736ac9fee0f352b8c5a077b5300 /packages/SystemUI/res/layout-sw600dp | |
parent | 8bbbd3fc129e96e4908fbdf855b902ff7f0f686c (diff) | |
download | frameworks_base-8e18dc77579cdb2b2dad036afd18f8ca4963782a.zip frameworks_base-8e18dc77579cdb2b2dad036afd18f8ca4963782a.tar.gz frameworks_base-8e18dc77579cdb2b2dad036afd18f8ca4963782a.tar.bz2 |
Black out the status bar when the shade comes down.
Also move the shade up and forward to overlap the (now
empty) status bar.
As a side effect, DISABLE_SYSTEM_INFO now works for phones.
Bug: 6418617
Change-Id: I3b129e4bb26d3aba55403bf03baf8f4c8ad0ff46
Diffstat (limited to 'packages/SystemUI/res/layout-sw600dp')
-rw-r--r-- | packages/SystemUI/res/layout-sw600dp/super_status_bar.xml | 10 |
1 files changed, 5 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 b9af3a9..04ca449 100644 --- a/packages/SystemUI/res/layout-sw600dp/super_status_bar.xml +++ b/packages/SystemUI/res/layout-sw600dp/super_status_bar.xml @@ -26,15 +26,15 @@ android:fitsSystemWindows="true" > + <include layout="@layout/status_bar" + android:layout_width="match_parent" + android:layout_height="@*android:dimen/status_bar_height" + /> + <include layout="@layout/status_bar_expanded" android:layout_width="@dimen/notification_panel_width" android:layout_height="match_parent" android:layout_gravity="center_horizontal|top" /> - <include layout="@layout/status_bar" - android:layout_width="match_parent" - android:layout_height="@*android:dimen/status_bar_height" - /> - </com.android.systemui.statusbar.phone.StatusBarWindowView> |