123456789101112131415161718192021222324252627282930 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- Copyright (C) 2024 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
- -->
- <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Height of the status bar.
- Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
- -->
- <dimen name="status_bar_height">88.0px</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">@dimen/status_bar_height</dimen>
- <!-- Radius of the software rounded corners at the top of the display in its natural
- orientation. If zero, the value of rounded_corner_radius is used. -->
- <dimen name="rounded_corner_radius_top">34.0dip</dimen>
- <!-- Radius of the software rounded corners at the bottom of the display in its natural
- orientation. If zero, the value of rounded_corner_radius is used. -->
- <dimen name="rounded_corner_radius_bottom">34.0dip</dimen>
- <dimen name="status_bar_camera_side_padding">30.0px</dimen>
- <dimen name="status_bar_camera_top_margin">27.0px</dimen>
- <dimen name="status_bar_height_portrait">5.399994mm</dimen>
- <dimen name="status_bar_indicator_corner_padding">67.0px</dimen>
- </resources>
|