overlay: Set default status bar height to 28dp
The default 24dp looks too thin after Android 12L. This matches Pixel status bar height and makes status bar look slightly better on devices without a cutout/notch and landscape mode. Change-Id: I5907d6ca19613e4c8bc186a9eca01d11730733b0
This commit is contained in:
@@ -28,4 +28,11 @@
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user