Adjust Power button light reveal position in line with the power

button.

To configure the power button light reveal’s y-axis offset.

Bug: 336667868

Test: manually test and check the Power button light reveal visual
Change-Id: I6db7179a4c877a5b136ac7c05a4181ca02d3dc88
This commit is contained in:
Jason Chang 2024-04-29 07:20:32 +00:00
parent b5a82d7a8c
commit b31134b8c2

View file

@ -18,5 +18,12 @@
<resources>
<!-- Pixel pitch of the device. um/px -->
<item name="pixel_pitch" format="float" type="dimen">60.16</item>
<!-- Location on the screen of the center of the physical power button. -->
<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">1038px</dimen>
<dimen name="physical_volume_down_button_center_screen_location_y">1204px</dimen>
</resources>