Update x and y to align with the recent device configuration change.

Default device orientation has changed from landscape to portrait.
Update those values accordingly.

Bug: 264992323
Bug: 264993675
Test: Manual
Change-Id: I12903a60fb96b434d523263b1d9c9f22405b5666
This commit is contained in:
Yein Jo 2023-01-12 22:16:48 +00:00
parent e617892b21
commit 18e320375b

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>