summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Aaron Liu <aaronjli@google.com> 2023-05-17 10:06:58 -0700
committer Aaron Liu <aaronjli@google.com> 2023-05-17 10:33:05 -0700
commit02f81b1df4612752a8fe9e2dbab61e7c5acaccfc (patch)
treec8ce7577b7067338a2e95a6c4274e797d8bfe271
parent75f236390190476b61a425ba5ed1a683949eaece (diff)
Remove material U background for bouncer.
It looks like the back scrim is already this color. Adding a background to this bouncer leads to unsavory transitions. Fixes: 282923067 Test: open notification shade. Open bouncer from shade. Change-Id: Iebbc5d775ac1b488c447032c9137600bb91b2c53
-rw-r--r--packages/SystemUI/res-keyguard/layout/keyguard_security_container_view.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/SystemUI/res-keyguard/layout/keyguard_security_container_view.xml b/packages/SystemUI/res-keyguard/layout/keyguard_security_container_view.xml
index 751b07ae9a6e..dc58d500da2f 100644
--- a/packages/SystemUI/res-keyguard/layout/keyguard_security_container_view.xml
+++ b/packages/SystemUI/res-keyguard/layout/keyguard_security_container_view.xml
@@ -19,9 +19,7 @@
<com.android.keyguard.KeyguardSecurityContainer
xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
android:id="@+id/keyguard_security_container"
- android:background="?androidprv:attr/materialColorSurfaceContainer"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipChildren="false"