12 lines
363 B
XML
12 lines
363 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 landscape. The height should be
|
|
Max((status bar content height + waterfall top size), top cutout size) -->
|
|
<dimen name="status_bar_height">24dp</dimen>
|
|
</resources>
|