monet: adapt button coordinates for monet

This commit is contained in:
mikairyuu 2022-01-14 22:29:18 +10:00
parent bc11aa7758
commit 26c9143569

View File

@ -26,12 +26,12 @@
<dimen name="rounded_corner_content_padding">18dp</dimen>
<!-- Location on the screen of the center of the physical volume up/down buttons. -->
<dimen name="physical_volume_up_button_center_screen_location_y">525px</dimen>
<dimen name="physical_volume_down_button_center_screen_location_y">700px</dimen>
<dimen name="physical_power_button_center_screen_location_y">1000px</dimen>
<!-- Location on the screen of the center of the fingerprint sensor. For devices with under
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. -->
<!-- Location on the screen of the center of the physical volume up/down buttons. -->
<dimen name="physical_volume_up_button_center_screen_location_y">600px</dimen>
<dimen name="physical_volume_down_button_center_screen_location_y">740px</dimen>
<!-- Location on the screen of the center of the fingerprint sensor. -->
<dimen name="physical_fingerprint_sensor_center_screen_location_y">2025px</dimen>
</resources>