monet: Configure physical buttons/fingerprint location

[mikairyuu]: I've no idea where our monet button are, so let's trust raphael on that one
This commit is contained in:
Arian 2021-11-16 11:12:18 +01:00 committed by mikairyuu
parent f9e7b74419
commit 259cc16cad

View File

@ -24,4 +24,14 @@
<!-- More realistic padding --> <!-- More realistic padding -->
<dimen name="rounded_corner_content_padding">30dp</dimen> <dimen name="rounded_corner_content_padding">30dp</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>
<!-- 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. -->
<dimen name="physical_fingerprint_sensor_center_screen_location_y">2025px</dimen>
</resources> </resources>