mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sapphire
synced 2026-01-27 19:03:34 +00:00
21 lines
875 B
XML
21 lines
875 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2023 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<!-- Default radius of the software rounded corners. -->
|
|
<dimen name="rounded_corner_radius">102.0px</dimen>
|
|
<dimen name="rounded_corner_radius_bottom">102.0px</dimen>
|
|
<dimen name="rounded_corner_radius_top">102.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">94.0px</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">94.0px</dimen>
|
|
</resources>
|