Merge "Update pixel pitch of devices" into main

This commit is contained in:
Beverly Tai 2024-01-23 14:13:14 +00:00 committed by Android (Google) Code Review
commit 82b5795102
2 changed files with 6 additions and 0 deletions

View file

@ -28,4 +28,7 @@
<dimen name="lock_icon_padding">57px</dimen> <dimen name="lock_icon_padding">57px</dimen>
<dimen name="udfps_burn_in_offset_y">19px</dimen> <dimen name="udfps_burn_in_offset_y">19px</dimen>
<!-- Pixel pitch of the device. um/px -->
<item name="pixel_pitch" format="float" type="dimen">51.9</item>
</resources> </resources>

View file

@ -30,4 +30,7 @@
<!-- Offset should not be more than 1mm --> <!-- Offset should not be more than 1mm -->
<dimen name="udfps_burn_in_offset_x">6px</dimen> <dimen name="udfps_burn_in_offset_x">6px</dimen>
<dimen name="udfps_burn_in_offset_y">17px</dimen> <dimen name="udfps_burn_in_offset_y">17px</dimen>
<!-- Pixel pitch of the device. um/px -->
<item name="pixel_pitch" format="float" type="dimen">59.5</item>
</resources> </resources>