Update lock icon padding am: 46b613c59a am: ce9d55fe02

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

Change-Id: Ic8b0e290cbc6b539f352cb0c94101ff02a27090c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Beverly 2023-01-26 17:54:42 +00:00 committed by Automerger Merge Worker
commit 288dffb36e

View file

@ -19,4 +19,7 @@
<!-- Location on the screen of the center of the fingerprint sensor. --> <!-- Location on the screen of the center of the fingerprint sensor. -->
<dimen name="physical_fingerprint_sensor_center_screen_location_x">0px</dimen> <dimen name="physical_fingerprint_sensor_center_screen_location_x">0px</dimen>
<dimen name="physical_fingerprint_sensor_center_screen_location_y">160px</dimen> <dimen name="physical_fingerprint_sensor_center_screen_location_y">160px</dimen>
<!-- Padding for the lock icon on the keyguard. In pixels - should not scale with display size. -->
<dimen name="lock_icon_padding">32px</dimen>
</resources> </resources>