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>
|
|
|
|
|
<!-- Height of the status bar in portrait. The height should be
|
|
|
|
|
Max((status bar content height + waterfall top size), top cutout size) -->
|
|
|
|
|
<dimen name="status_bar_height_portrait">90px</dimen>
|
|
|
|
|
<!-- Height of the status bar in landscape. The height should be
|
|
|
|
|
Max((status bar content height + waterfall top size), top cutout size) -->
|
|
|
|
|
<dimen name="status_bar_height_landscape">24dp</dimen>
|
|
|
|
|
<!-- Height of area above QQS where battery/time go -->
|
|
|
|
|
<dimen name="quick_qs_offset_height">@dimen/status_bar_height_portrait</dimen>
|
2022-02-20 13:11:53 -05:00
|
|
|
|
|
|
|
|
<dimen name="status_bar_padding_top_portrait">10.0px</dimen>
|
2022-02-18 18:54:07 -05:00
|
|
|
</resources>
|