Merge "Adjust Power button light reveal position in line with the power button for F10" into udc-qpr-dev

This commit is contained in:
Jason Chang 2023-08-22 06:17:26 +00:00 committed by Android (Google) Code Review
commit 4dc0462849

View file

@ -37,14 +37,14 @@
<dimen name="config_rounded_mask_size_bottom">70px</dimen>
<!-- Location on the screen of the center of the physical power button. -->
<dimen name="physical_power_button_center_screen_location_y">650px</dimen>
<dimen name="physical_power_button_center_screen_location_y">706px</dimen>
<!-- Location on the screen of the center of the physical fingerprint sensor -->
<dimen name="physical_fingerprint_sensor_center_screen_location_x">1080px</dimen>
<dimen name="physical_fingerprint_sensor_center_screen_location_y">650px</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">950px</dimen>
<dimen name="physical_volume_down_button_center_screen_location_y">1110px</dimen>
<dimen name="physical_volume_up_button_center_screen_location_y">1050px</dimen>
<dimen name="physical_volume_down_button_center_screen_location_y">1210px</dimen>
</resources>