diff options
| author | LuK1337 <priv.luk@gmail.com> | 2023-01-08 20:14:01 +0100 |
|---|---|---|
| committer | Ralf Luther <luther.ralf@gmail.com> | 2024-05-19 16:55:29 +0200 |
| commit | 8070674ec26a9fb290e8d2a75a7287070d926b6a (patch) | |
| tree | 12146391d08197819d2f6825f42650ea275e093f | |
| parent | 3c824759a4d971aedf33da39ecb29f446c6fffb3 (diff) | |
guacamole: overlay: Increase status bar height to 146px
This matches OOS 12 status bar height.
Change-Id: Ie9458a6aeae38f9eff2d27b5c9016de5231f8165
| -rw-r--r-- | overlay/OPlusFrameworksResTarget/res/values/dimens.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/overlay/OPlusFrameworksResTarget/res/values/dimens.xml b/overlay/OPlusFrameworksResTarget/res/values/dimens.xml index c7c8715..7ba0dad 100644 --- a/overlay/OPlusFrameworksResTarget/res/values/dimens.xml +++ b/overlay/OPlusFrameworksResTarget/res/values/dimens.xml @@ -8,5 +8,14 @@ <!-- Radius of the software rounded corners. --> <dimen name="rounded_corner_radius">8dp</dimen> + <!-- The default height of the status bar used in {@link SystemBarUtils#getStatusBarHeight} to + calculate the status bar height. --> + <dimen name="status_bar_height_default">146px</dimen> + + <!-- Height of the status bar in portrait. + Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead. + --> + <dimen name="status_bar_height_portrait">146px</dimen> + </resources> |
