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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user