mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 14:16:26 -08:00
37 lines
1.6 KiB
XML
37 lines
1.6 KiB
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">26.0dip</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">0.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">0.0dip</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">36.0dip</dimen>
|
||
|
|
||
|
<!-- Height of the status bar.
|
||
|
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
|
||
|
-->
|
||
|
<dimen name="status_bar_height">@dimen/status_bar_height_portrait</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">36.0dip</dimen>
|
||
|
|
||
|
<!-- Height of the status bar in landscape.
|
||
|
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
|
||
|
-->
|
||
|
<dimen name="status_bar_height_landscape">28.0dip</dimen>
|
||
|
</resources>
|