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

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

Change-Id: Id91a8d7e5868311d44a00e353bc0932c9063978c
This commit is contained in:
Beverly 2021-08-13 21:34:40 +00:00 committed by Automerger Merge Worker
commit 1dfa33b3d8
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>