summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-09-19 19:40:28 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-19 19:40:28 +0000
commit326d63552a26b08bd635cfbcb91d5fbc7e3ea64c (patch)
tree79490f7a31747472b815e0627dc822c2b8c2075a /packages/SystemUI/res
parent67ab8fa5bc54706e26526582d807b3c9e5f08079 (diff)
parent86213788f8b1ef8fdac6847adb0195a92a1e0257 (diff)
downloadframeworks_base-326d63552a26b08bd635cfbcb91d5fbc7e3ea64c.zip
frameworks_base-326d63552a26b08bd635cfbcb91d5fbc7e3ea64c.tar.gz
frameworks_base-326d63552a26b08bd635cfbcb91d5fbc7e3ea64c.tar.bz2
am 4832e170: am 0ad0f097: Optimized and improved the status bar performance a lot
* commit '4832e17036071335cfa1e74377daa3dab6a3819e': Optimized and improved the status bar performance a lot
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r--packages/SystemUI/res/layout/super_status_bar.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/SystemUI/res/layout/super_status_bar.xml b/packages/SystemUI/res/layout/super_status_bar.xml
index 29fec41..6d3f976 100644
--- a/packages/SystemUI/res/layout/super_status_bar.xml
+++ b/packages/SystemUI/res/layout/super_status_bar.xml
@@ -26,7 +26,7 @@
android:fitsSystemWindows="true"
android:descendantFocusability="afterDescendants">
- <com.android.systemui.statusbar.AlphaOptimizedFrameLayout
+ <com.android.systemui.statusbar.BackDropView
android:id="@+id/backdrop"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -41,9 +41,9 @@
android:layout_height="match_parent"
android:scaleType="centerCrop"
android:visibility="invisible" />
- </com.android.systemui.statusbar.AlphaOptimizedFrameLayout>
+ </com.android.systemui.statusbar.BackDropView>
- <View android:id="@+id/scrim_behind"
+ <com.android.systemui.statusbar.ScrimView android:id="@+id/scrim_behind"
android:layout_width="match_parent"
android:layout_height="match_parent" />
@@ -80,7 +80,7 @@
android:visibility="gone" />
</com.android.systemui.statusbar.phone.PanelHolder>
- <View android:id="@+id/scrim_in_front"
+ <com.android.systemui.statusbar.ScrimView android:id="@+id/scrim_in_front"
android:layout_width="match_parent"
android:layout_height="match_parent" />