Don't have an alpha-in fade for the auth ripple am: 166e72e1e6

Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/15546909

Change-Id: I3bc8f64254eb8839aef0d2591cf83207bc44492c
This commit is contained in:
Beverly 2021-08-13 20:53:20 +00:00 committed by Automerger Merge Worker
commit ec824a9065
2 changed files with 5 additions and 0 deletions

View file

@ -53,5 +53,7 @@
<!-- Padding for the lock icon on the keyguard. In pixels - should not scale with display size. -->
<dimen name="lock_icon_padding">54px</dimen>
<!-- Alpha in duration in ms for the auth ripple to become fully vislble. If set to 0, it is immediately visible. -->
<integer name="auth_ripple_alpha_in_duration">0</integer>
</resources>

View file

@ -62,5 +62,8 @@
<!-- Padding for the lock icon on the keyguard. In pixels - should not scale with display size. -->
<dimen name="lock_icon_padding">68px</dimen>
<!-- Alpha in duration in ms for the auth ripple to become fully vislble. If set to 0, it is immediately visible. -->
<integer name="auth_ripple_alpha_in_duration">0</integer>
</resources>