浏览代码

Adjust Power button light reveal position in line with the power
button for L10

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

Bug: 291954717

Test: manually test and check the Power button light reveal visually.
Change-Id: I7409f868464b946319ae74503272f3101130bc7b

Jason Chang 1 年之前
父节点
当前提交
b5fa932067
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      lynx/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml

+ 3 - 3
lynx/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml

@@ -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>