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:
parent
e617892b21
commit
18e320375b
1 changed files with 2 additions and 5 deletions
|
@ -17,9 +17,6 @@
|
||||||
-->
|
-->
|
||||||
<resources>
|
<resources>
|
||||||
<!-- Location on the screen of the center of the fingerprint sensor. -->
|
<!-- 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_x">0px</dimen>
|
||||||
<dimen name="physical_fingerprint_sensor_center_screen_location_y">0px</dimen>
|
<dimen name="physical_fingerprint_sensor_center_screen_location_y">160px</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>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue