2022-02-18 18:54:07 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!--
|
2024-06-23 11:34:42 -04:00
|
|
|
SPDX-FileCopyrightText: 2022-2024 The LineageOS Project
|
2022-02-18 18:54:07 -05:00
|
|
|
SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
-->
|
|
|
|
|
<resources>
|
2022-02-21 11:42:23 -05:00
|
|
|
<!-- Radius of the software rounded corners. -->
|
2022-09-04 09:31:06 -04:00
|
|
|
<dimen name="rounded_corner_radius">95.0px</dimen>
|
2022-02-21 11:42:23 -05:00
|
|
|
|
2024-08-13 14:37:54 -04:00
|
|
|
<!-- Default paddings for content around the corners. -->
|
2024-11-08 12:39:39 -05:00
|
|
|
<dimen name="rounded_corner_content_padding">14dp</dimen>
|
2024-08-13 14:37:54 -04:00
|
|
|
|
2024-08-13 14:42:54 -04:00
|
|
|
<!-- The default height of the status bar used in {@link SystemBarUtils#getStatusBarHeight} to
|
|
|
|
|
calculate the status bar height. -->
|
2024-11-08 12:39:39 -05:00
|
|
|
<dimen name="status_bar_height_default">28dp</dimen>
|
2024-08-13 14:42:54 -04:00
|
|
|
|
2022-02-18 18:54:07 -05:00
|
|
|
<!-- Height of the status bar in portrait. The height should be
|
|
|
|
|
Max((status bar content height + waterfall top size), top cutout size) -->
|
2024-11-08 12:39:39 -05:00
|
|
|
<dimen name="status_bar_height_portrait">130px</dimen>
|
2024-08-13 14:42:54 -04:00
|
|
|
|
|
|
|
|
<!-- Height of the status bar in landscape.
|
|
|
|
|
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
|
|
|
|
|
-->
|
2024-11-08 12:39:39 -05:00
|
|
|
<dimen name="status_bar_height_landscape">28dp</dimen>
|
2022-02-21 11:42:23 -05:00
|
|
|
|
2024-08-13 14:42:54 -04:00
|
|
|
<!-- Height of area above QQS where battery/time go.
|
|
|
|
|
Do not read this dimen directly. Use {@link SystemBarUtils#getQuickQsOffsetHeight} instead.
|
|
|
|
|
-->
|
|
|
|
|
<dimen name="quick_qs_offset_height">@dimen/status_bar_height_default</dimen>
|
2022-02-18 18:54:07 -05:00
|
|
|
</resources>
|