LG8n: overlay: Try to make the arrow actually line up to the sensor

Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
Shirayuki39 2024-07-20 19:51:04 +08:00
parent ac0bc5d7c9
commit ab0a41cee7
2 changed files with 2 additions and 2 deletions

View file

@ -324,7 +324,7 @@
<array name="config_sfps_sensor_props_0" translatable="false">
<item></item> <!-- displayId -->
<item>1080</item> <!-- sensorLocationX -->
<item>920</item> <!-- sensorLocationY -->
<item>1145</item> <!-- sensorLocationY -->
<item>210</item> <!-- sensorRadius -->
</array>
</resources>

View file

@ -28,7 +28,7 @@
display fingerprint sensors, this directly corresponds to the fingerprint sensor's location.
For devices with sensors on the back of the device, this corresponds to the location on the
screen directly in front of the sensor. -->
<dimen name="physical_fingerprint_sensor_center_screen_location_y">1100px</dimen>
<dimen name="physical_fingerprint_sensor_center_screen_location_y">1145px</dimen>
<!-- Margin on the right side of the system icon group on Keyguard. -->
<dimen name="system_icons_keyguard_padding_end">0dp</dimen>