raphael: Update dimensions

Change-Id: I3b8287efc210b363d4b05128a95ea5ca4ba5b60d
This commit is contained in:
firebird11
2026-02-04 19:44:47 +01:00
parent 789f9718c8
commit 6d5d8919ba

View File

@@ -20,18 +20,18 @@
<resources>
<!-- The default height of the status bar used in {@link SystemBarUtils#getStatusBarHeight} to
calculate the status bar height. -->
<dimen name="status_bar_height_default">32dp</dimen>
<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">35dp</dimen>
<dimen name="status_bar_height_portrait">30dp</dimen>
<!-- Height of the status bar in landscape.
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
-->
<dimen name="status_bar_height_landscape">32dp</dimen>
<dimen name="status_bar_height_landscape">28dp</dimen>
<!-- Default radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">84px</dimen>
<dimen name="rounded_corner_radius">60px</dimen>
</resources>