diff options
| author | Beverly <beverlyt@google.com> | 2021-04-02 10:01:32 -0400 |
|---|---|---|
| committer | Semavi Ulusoy <doc.divxm@gmail.com> | 2022-11-22 18:30:53 +0100 |
| commit | 0fbaf00825baeec6dca003320e7fd400845343f5 (patch) | |
| tree | 1ff9ff3a3d0ed618bbde5a8212ca459921b99a88 | |
| parent | 68b596a3014e80847ca632b174783ed92608454b (diff) | |
instantnoodle: overlay: Add physical button locations
Bug: 181020504
Test: physically measured on device
Change-Id: Ia989754a7af92d4de64185f08a52ec83b0fc3618
| -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 fce644b..d1e394f 100644 --- a/overlay/OPlusSystemUIResTarget/res/values/dimens.xml +++ b/overlay/OPlusSystemUIResTarget/res/values/dimens.xml @@ -23,4 +23,7 @@ <!-- Margin on the left side of the carrier text on Keyguard --> <dimen name="keyguard_carrier_text_margin">@dimen/status_bar_padding_start</dimen> + <!-- Location on the screen of the center of the physical power button. --> + <dimen name="physical_power_button_center_screen_location_y">900px</dimen> + </resources> |
