2022-02-18 18:54:07 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
Copyright (C) 2022 The LineageOS Project
|
|
|
|
SPDX-License-Identifier: Apache-2.0
|
|
|
|
-->
|
|
|
|
<resources>
|
2022-02-21 11:42:23 -05:00
|
|
|
<!-- Radius of the software rounded corners. -->
|
2022-09-04 09:31:06 -04:00
|
|
|
<dimen name="rounded_corner_radius">95.0px</dimen>
|
2022-02-21 11:42:23 -05:00
|
|
|
|
2022-02-18 18:54:07 -05:00
|
|
|
<!-- Height of the status bar in portrait. The height should be
|
|
|
|
Max((status bar content height + waterfall top size), top cutout size) -->
|
2022-09-04 09:31:06 -04:00
|
|
|
<dimen name="status_bar_height_portrait">105.0px</dimen>
|
2022-02-21 11:42:23 -05:00
|
|
|
|
2022-09-04 09:31:06 -04:00
|
|
|
<dimen name="status_bar_padding_top_portrait">20.0px</dimen>
|
2022-02-18 18:54:07 -05:00
|
|
|
</resources>
|