Files
device_xiaomi_sm6225-common/overlay/FrameworksResTopaz/res/values/dimens.xml
chrisl7 665b171839 topaz: overlay: Decrease rounded_corner* values
Change-Id: I5bcfb598bfe1aa6d7f9323267795e977090e8ad8
2023-12-15 09:31:09 +07:00

24 lines
999 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">70.0px</dimen>
<dimen name="rounded_corner_radius_bottom">70.0px</dimen>
<dimen name="rounded_corner_radius_top">70.0px</dimen>
<!-- Default paddings for content around the corners. -->
<dimen name="rounded_corner_content_padding">47.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>