summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Brad Stenning <stenning@google.com> 2019-09-17 15:48:30 -0700
committer android-build-merger <android-build-merger@google.com> 2019-09-17 15:48:30 -0700
commit7f5aa900d280b759985b10e2a65fa382ce4bd839 (patch)
treef65aa76c1dd68876ea041c9bfe2e3e56174ff82d
parent0fbb9fb7062407e62da008a094923ddb59dd87cc (diff)
parent1c6c190919c0b0f1310966345fea5bee9fe092d8 (diff)
Merge "Adding scrim bubble to car's super_status_bar.xml" into qt-qpr1-dev
am: 1c6c190919 Change-Id: I1a601ca6a55d8c66faf17a670a50cbd5458bbe8a
-rw-r--r--packages/CarSystemUI/res/layout/super_status_bar.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/CarSystemUI/res/layout/super_status_bar.xml b/packages/CarSystemUI/res/layout/super_status_bar.xml
index 728a239a4ca9..e1bcc2e5f86c 100644
--- a/packages/CarSystemUI/res/layout/super_status_bar.xml
+++ b/packages/CarSystemUI/res/layout/super_status_bar.xml
@@ -42,6 +42,14 @@
</com.android.systemui.statusbar.BackDropView>
<com.android.systemui.statusbar.ScrimView
+ android:id="@+id/scrim_for_bubble"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:importantForAccessibility="no"
+ sysui:ignoreRightInset="true"
+ />
+
+ <com.android.systemui.statusbar.ScrimView
android:id="@+id/scrim_behind"
android:layout_width="match_parent"
android:layout_height="match_parent"