Update lock icon padding am: 4228ff72d3

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

Change-Id: Ib4a063049da4b7c00f5e46020a8e006865844f76
This commit is contained in:
Beverly 2021-08-06 15:15:15 +00:00 committed by Automerger Merge Worker
commit c193059e78
2 changed files with 8 additions and 1 deletions

View file

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

View file

@ -59,5 +59,8 @@
<!-- Location on the screen of the center of the physical volume up/down buttons. -->
<dimen name="physical_volume_up_button_center_screen_location_y">1320px</dimen>
<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>
</resources>