Remove unused dimen auth_ripple_alpha_in_duration am: 7099d94793

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

Change-Id: I44fd4b09b68c6633d8a898449aae177934b085cd
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Beverly 2023-03-23 17:48:41 +00:00 committed by Automerger Merge Worker
commit c08e584b1f
2 changed files with 0 additions and 6 deletions

View file

@ -50,9 +50,6 @@
<!-- 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>
<!-- Offset should not be more than 1mm -->
<dimen name="udfps_burn_in_offset_y">16px</dimen>
</resources>

View file

@ -59,8 +59,5 @@
<!-- 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>