Merge "Update lock icon padding (UDFPS padding) + burnIn offsets" into udc-qpr-dev am: 3c066b6e35 am: df46c4ac28

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

Change-Id: Id2f6332dd982ed05a8e54ba8d87a737630b9d7d6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2023-08-17 18:04:46 +00:00 committed by Automerger Merge Worker
commit 401062275c
2 changed files with 9 additions and 0 deletions

View file

@ -26,4 +26,6 @@
<!-- Padding for the lock icon on the keyguard. In pixels - should not scale with
display size. -->
<dimen name="lock_icon_padding">57px</dimen>
<dimen name="udfps_burn_in_offset_y">19px</dimen>
</resources>

View file

@ -23,4 +23,11 @@
<dimen name="physical_volume_up_button_center_screen_location_y">1000px</dimen>
<dimen name="physical_volume_down_button_center_screen_location_y">1160px</dimen>
<!-- Padding for the lock icon on the keyguard. In pixels - should not scale with
display size. -->
<dimen name="lock_icon_padding">50px</dimen>
<!-- Offset should not be more than 1mm -->
<dimen name="udfps_burn_in_offset_x">6px</dimen>
<dimen name="udfps_burn_in_offset_y">17px</dimen>
</resources>