Snap for 7644278 from 28f194db24576e1f90bb6a2697522110235e26ac to tm-release

Change-Id: Id50d084cccdae2222df66fb0c795070c450bda91
This commit is contained in:
Android Build Coastguard Worker 2021-08-16 01:01:17 +00:00
commit 461a8e0246
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. --> <!-- Padding for the lock icon on the keyguard. In pixels - should not scale with display size. -->
<dimen name="lock_icon_padding">54px</dimen> <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> </resources>

View file

@ -62,5 +62,8 @@
<!-- Padding for the lock icon on the keyguard. In pixels - should not scale with display size. --> <!-- Padding for the lock icon on the keyguard. In pixels - should not scale with display size. -->
<dimen name="lock_icon_padding">68px</dimen> <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> </resources>