summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2014-05-26 20:44:51 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-05-26 20:44:52 +0000
commit7c1d454da1f052c634c6a95ed3805be34d322765 (patch)
tree7be90ff2156a02c8facb475c434b36f9cc46bb75 /packages/SystemUI/res/layout
parent1dfc38058eebf31b185a893134dc3ce1aac6fc81 (diff)
parentecc798e6668046c2f67cf30c6ab1db2eba80cab1 (diff)
downloadframeworks_base-7c1d454da1f052c634c6a95ed3805be34d322765.zip
frameworks_base-7c1d454da1f052c634c6a95ed3805be34d322765.tar.gz
frameworks_base-7c1d454da1f052c634c6a95ed3805be34d322765.tar.bz2
Merge "Improve scrim handling" into lmp-preview-dev
Diffstat (limited to 'packages/SystemUI/res/layout')
-rw-r--r--packages/SystemUI/res/layout/super_status_bar.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/super_status_bar.xml b/packages/SystemUI/res/layout/super_status_bar.xml
index 26616cd..e84300d 100644
--- a/packages/SystemUI/res/layout/super_status_bar.xml
+++ b/packages/SystemUI/res/layout/super_status_bar.xml
@@ -26,6 +26,10 @@
android:fitsSystemWindows="true"
android:descendantFocusability="afterDescendants">
+ <View android:id="@+id/scrim_behind"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+
<include layout="@layout/status_bar"
android:layout_width="match_parent"
android:layout_height="@dimen/status_bar_height" />
@@ -40,4 +44,8 @@
android:visibility="gone" />
</com.android.systemui.statusbar.phone.PanelHolder>
+ <View android:id="@+id/scrim_in_front"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+
</com.android.systemui.statusbar.phone.StatusBarWindowView>