mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-08-06 00:33:55 +09:00
23 lines
838 B
XML
23 lines
838 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2022 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources>
|
|
|
|
<!-- Height of the status bar in portrait -->
|
|
<dimen name="status_bar_height_portrait">102px</dimen>
|
|
|
|
<!-- Height of the status bar in landscape -->
|
|
<dimen name="status_bar_height_landscape">24dp</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">93px</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">93px</dimen>
|
|
|
|
</resources>
|