Update lock icon padding

It should not change based on density changes.

Test: visual inspection
Bug: 264738021
Change-Id: I98f948b4a1bd7e6cc560f14e2e1b14a0bde76f01
This commit is contained in:
Beverly 2023-01-25 18:53:25 +00:00 committed by Beverly Tai
parent 3fcd20eb88
commit 46b613c59a

View file

@ -19,4 +19,7 @@
<!-- 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_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>