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
This commit is contained in:
Aaron Liu
2023-05-17 10:06:58 -07:00
parent 75f2363901
commit 02f81b1df4

View File

@@ -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"