summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-05-24 18:02:16 +0200
committerSelim Cinek <cinek@google.com>2014-06-04 17:30:07 +0200
commit9c80964d3fa869111eb82aae70903d2fb85089cc (patch)
treee42de6022a1139fcc198c00134fe9cac7807249a /packages/SystemUI/res/layout
parent5158d82340b6e222da1b9254c5b9667c600e002e (diff)
downloadframeworks_base-9c80964d3fa869111eb82aae70903d2fb85089cc.zip
frameworks_base-9c80964d3fa869111eb82aae70903d2fb85089cc.tar.gz
frameworks_base-9c80964d3fa869111eb82aae70903d2fb85089cc.tar.bz2
In the speedbump view, use hasOverlappingRenderings instead of layers
Bug: 15181880 Change-Id: I49b0dbe1cd0ff9f7804dc68502b73fcfd87c7389
Diffstat (limited to 'packages/SystemUI/res/layout')
-rw-r--r--packages/SystemUI/res/layout/status_bar_notification_speed_bump.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout/status_bar_notification_speed_bump.xml b/packages/SystemUI/res/layout/status_bar_notification_speed_bump.xml
index ff8800c..84d64b9 100644
--- a/packages/SystemUI/res/layout/status_bar_notification_speed_bump.xml
+++ b/packages/SystemUI/res/layout/status_bar_notification_speed_bump.xml
@@ -28,7 +28,7 @@
android:layout_height="@dimen/speed_bump_height_collapsed"
android:layout_gravity="top"
android:orientation="horizontal">
- <View
+ <com.android.systemui.statusbar.AlphaOptimizedView
android:id="@+id/speedbump_line_left"
android:layout_width="0dp"
android:layout_height="1dp"
@@ -42,7 +42,7 @@
android:layout_marginEnd="8dp"
android:layout_height="match_parent"
android:layout_weight="0"/>
- <View
+ <com.android.systemui.statusbar.AlphaOptimizedView
android:id="@+id/speedbump_line_right"
android:layout_width="0dp"
android:layout_height="1dp"