summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-sw600dp
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2012-06-01 15:34:27 -0400
committerJohn Spurlock <jspurlock@google.com>2012-06-05 10:09:08 -0400
commit804df70112204a492730a5632e4524fddf0e4f48 (patch)
tree70b9dbdf69794daf8d14438130f3f9ca7239e59d /packages/SystemUI/res/layout-sw600dp
parent51df04b93e8e362edd867abd7efaf1659b8b8b82 (diff)
downloadframeworks_base-804df70112204a492730a5632e4524fddf0e4f48.zip
frameworks_base-804df70112204a492730a5632e4524fddf0e4f48.tar.gz
frameworks_base-804df70112204a492730a5632e4524fddf0e4f48.tar.bz2
StatusBar: Improve framerate on reveal animation.
Ensure reveal animation runs after notification panel is completely drawn. Align minimum close handle position to proper height with new super status bar. Bug: 6555172 Change-Id: I7ae978caa1f28932ee56f65484b18330a4406b80
Diffstat (limited to 'packages/SystemUI/res/layout-sw600dp')
-rw-r--r--packages/SystemUI/res/layout-sw600dp/super_status_bar.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout-sw600dp/super_status_bar.xml b/packages/SystemUI/res/layout-sw600dp/super_status_bar.xml
index f93dd33..c478334 100644
--- a/packages/SystemUI/res/layout-sw600dp/super_status_bar.xml
+++ b/packages/SystemUI/res/layout-sw600dp/super_status_bar.xml
@@ -33,9 +33,8 @@
<include layout="@layout/status_bar_expanded"
android:layout_width="@dimen/notification_panel_width"
- android:layout_height="match_parent"
+ android:layout_height="0dp"
android:layout_gravity="center_horizontal|top"
- android:visibility="invisible"
/>
</com.android.systemui.statusbar.phone.StatusBarWindowView>