Merge "Adjust Power button light reveal position in line with the power button." into udc-qpr-dev am: c20342763b

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

Change-Id: I6a7569b1efad5a3dd5b86c634adc0b9a04eef44c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Jason Chang 2023-08-14 12:26:16 +00:00 committed by Automerger Merge Worker
commit ae162b15bb

View file

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright (c) 2023, The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<resources>
<!-- Location on the screen of the center of the physical power button. -->
<dimen name="physical_power_button_center_screen_location_y">710px</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">1018px</dimen>
<dimen name="physical_volume_down_button_center_screen_location_y">1184px</dimen>
</resources>