diff options
| author | Beverly <beverlyt@google.com> | 2021-04-02 10:01:32 -0400 |
|---|---|---|
| committer | LuK1337 <priv.luk@gmail.com> | 2022-10-24 10:45:24 +0200 |
| commit | 7b0d790848a7a74874f697090be06598af83c3ca (patch) | |
| tree | 21823afea81a1673a38ea726ecce18342a5567ac | |
| parent | d3936993e38a9c2fdd08fda8202ff455aa95c15a (diff) | |
guacamole: overlay: Add physical button locations
Bug: 181020504
Test: physically measured on device
Change-Id: Ia989754a7af92d4de64185f08a52ec83b0fc3618
Signed-off-by: Pranav <npv12@iitbbs.ac.in>
| -rw-r--r-- | overlay/OPlusSystemUIResTarget/res/values/dimens.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/OPlusSystemUIResTarget/res/values/dimens.xml b/overlay/OPlusSystemUIResTarget/res/values/dimens.xml index 0d0febf..6513239 100644 --- a/overlay/OPlusSystemUIResTarget/res/values/dimens.xml +++ b/overlay/OPlusSystemUIResTarget/res/values/dimens.xml @@ -20,4 +20,7 @@ <!-- Margin on the left side of the carrier text on Keyguard --> <dimen name="keyguard_carrier_text_margin">95px</dimen> + <!-- Location on the screen of the center of the physical power button. --> + <dimen name="physical_power_button_center_screen_location_y">1250px</dimen> + </resources> |
