Adjust lock icon padding for visual match on C10/P10 am: be0d2baf7a

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

Change-Id: I2a3c7f0a5c2262f4215e1ffba412249c1245043d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Grace Cheng 2022-06-09 22:28:53 +00:00 committed by Automerger Merge Worker
commit 197a817665
2 changed files with 3 additions and 1 deletions

View file

@ -43,7 +43,7 @@
<dimen name="physical_volume_down_button_center_screen_location_y">1520px</dimen>
<!-- 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">60px</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>

View file

@ -46,5 +46,7 @@
<dimen name="physical_volume_up_button_center_screen_location_y">950px</dimen>
<dimen name="physical_volume_down_button_center_screen_location_y">1110px</dimen>
<!-- Padding for the lock icon on the keyguard. In pixels - should not scale with display size. -->
<dimen name="lock_icon_padding">48px</dimen>
</resources>