Merge "Specify lock icon padding value on B3" into tm-d1-dev am: c6004d3133 am: edecd3856c

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

Change-Id: I9a86770ddd83a52fcf694f0c64446d566d92a7ed
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Grace Cheng 2022-06-24 22:56:48 +00:00 committed by Automerger Merge Worker
commit 548404a084

View file

@ -46,5 +46,7 @@
<dimen name="physical_volume_up_button_center_screen_location_y">950px</dimen> <dimen name="physical_volume_up_button_center_screen_location_y">950px</dimen>
<dimen name="physical_volume_down_button_center_screen_location_y">1110px</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">56px</dimen>
</resources>