pstar: overlay: set fingerprint location

even though we have set physical_power_button_center_screen_location_y
and config_is_powerbutton_fps, the system doesnt use the power button
location for the fingerprint sensor
This commit is contained in:
SGCMarkus 2022-02-20 20:42:13 +01:00
parent 1fd8b4b271
commit 076f16ef96

View File

@ -23,6 +23,12 @@
<!-- Location on the screen of the center of the physical power button. -->
<dimen name="physical_power_button_center_screen_location_y">776px</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">776px</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">392px</dimen>
<dimen name="physical_volume_down_button_center_screen_location_y">494px</dimen>