summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTH779 <i@779.moe>2022-04-09 16:08:21 +0800
committerMichael Bestas <mkbestas@lineageos.org>2022-05-09 01:27:13 +0300
commit10a55dbc1aaf675787c4854d76804af9cae36d5d (patch)
tree8a8770613f886d807858f172f4f2313eb9a36f90
parent359e04399402516368f81f1ad4db1bca62e80df3 (diff)
fixup! kebab: Remove resource overlays for system bar heights
* 28dp * (450dpi / 160) = 78.75px, this will cause the height of the status bar to be displayed incorrectly under some apps, so restore it to its original value. Change-Id: I82685a0ab33bb08daeaf87b74c93e80aba16c055
-rw-r--r--overlay/frameworks/base/core/res/res/values/dimens.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/dimens.xml b/overlay/frameworks/base/core/res/res/values/dimens.xml
index 289d626..c579311 100644
--- a/overlay/frameworks/base/core/res/res/values/dimens.xml
+++ b/overlay/frameworks/base/core/res/res/values/dimens.xml
@@ -21,7 +21,7 @@
<!-- Height of the status bar.
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
-->
- <dimen name="status_bar_height">28dp</dimen>
+ <dimen name="status_bar_height">104px</dimen>
<!-- Default radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">8dp</dimen>