Adjust Power button light reveal position in line with the power am: b5fa932067 am: 060881bc99

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

Change-Id: Idee900042b1cc20636af3d67b26efe663d01b54f
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:44:11 +00:00 committed by Automerger Merge Worker
commit 08a8db475a

View file

@ -40,11 +40,11 @@
<dimen name="config_rounded_mask_size_bottom">46px</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">730px</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">1064px</dimen>
<dimen name="physical_volume_down_button_center_screen_location_y">1232px</dimen>
</resources>