Merge "Update x and y to align with the recent device configuration change." into tm-qpr-dev am: bb160b76b2

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

Change-Id: I3496db735435ec230adb3a05d92a498c89fc9ece
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Yein Jo 2023-01-13 17:38:01 +00:00 committed by Automerger Merge Worker
commit ce69f5ca55

View file

@ -17,9 +17,6 @@
-->
<resources>
<!-- Location on the screen of the center of the fingerprint sensor. -->
<dimen name="physical_fingerprint_sensor_center_screen_location_x">2400px</dimen>
<dimen name="physical_fingerprint_sensor_center_screen_location_y">0px</dimen>
<item name="physical_charger_port_location_normalized_x" type="dimen" format="float">0</item>
<item name="physical_charger_port_location_normalized_y" type="dimen" format="float">.5</item>
<dimen name="physical_fingerprint_sensor_center_screen_location_x">0px</dimen>
<dimen name="physical_fingerprint_sensor_center_screen_location_y">160px</dimen>
</resources>