dm3q: overlay: Add physical button/sensor locations

Bug: 181020504
Change-Id: Ifb45b7daeb07246dbc3a80c36c21e40ead87e674
Test: these were physically measured on device
This commit is contained in:
Josh Tsuji
2024-09-18 14:22:46 -03:00
committed by Mezaque
parent e1a670d324
commit 2d5df72cba

View File

@@ -12,4 +12,10 @@
<!-- Height of the status bar header bar when on Keyguard --> <!-- Height of the status bar header bar when on Keyguard -->
<dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height</dimen> <dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height</dimen>
<!-- Location on the screen of the center of the physical power button. -->
<dimen name="physical_power_button_center_screen_location_y">965.0px</dimen>
<!-- Location on the screen of the center of the fingerprint sensor. -->
<dimen name="physical_fingerprint_sensor_center_screen_location_y">1737.0px</dimen>
</resources> </resources>