overlay: Move default status bar height to no-rro

* This overrides whatever value device trees set when using
  auto-generated RROs

Change-Id: I54d504c4d1c9a1123051e0bd564aa3b0d2a0d865
This commit is contained in:
Sebastiano Barezzi
2023-04-12 00:46:42 +02:00
parent 1a6d8417b0
commit e39ddd52fc
2 changed files with 26 additions and 7 deletions

View File

@@ -28,11 +28,4 @@
<dimen name="system_app_widget_background_radius">28dp</dimen>
<!-- System-provided radius for inner views on app widgets. The resolved value of this resource may change at runtime. -->
<dimen name="system_app_widget_inner_radius">20dp</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">28dp</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">28dp</dimen>
</resources>