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

Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/24439411

Change-Id: I21e17d3bd6eb8369f2d80285633f82815e7973b8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Jason Chang 2023-08-22 07:05:07 +00:00 committed by Automerger Merge Worker
commit 9077cf541a

View file

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