2022-02-18 18:54:07 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!--
|
2025-03-03 09:18:20 -05:00
|
|
|
SPDX-FileCopyrightText: The LineageOS Project
|
2022-02-18 18:54:07 -05:00
|
|
|
SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
-->
|
|
|
|
|
<resources>
|
2024-11-02 03:23:41 -04:00
|
|
|
<!-- Default paddings for content around the corners. -->
|
|
|
|
|
<dimen name="rounded_corner_content_padding">14dp</dimen>
|
|
|
|
|
|
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
|
|
|
|
2025-02-26 02:09:27 -05:00
|
|
|
<!-- Height of the status bar in portrait.
|
|
|
|
|
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
|
|
|
|
|
-->
|
2024-11-02 03:23:41 -04:00
|
|
|
<dimen name="status_bar_height_portrait">126px</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
|
|
|
|
2025-02-26 02:09:27 -05:00
|
|
|
<!-- Default radius of the software rounded corners. -->
|
|
|
|
|
<dimen name="rounded_corner_radius">95.0px</dimen>
|
2022-02-18 18:54:07 -05:00
|
|
|
</resources>
|