lemonadep: overlay: Use smaller status bar in landscape

Change-Id: I8177887d4c8665d4fd6725318b0679b7b1be2c4b
This commit is contained in:
Michael Bestas 2022-05-24 00:15:34 +03:00 committed by LuK1337
parent c1c399d375
commit 8bf6efd855

View File

@ -0,0 +1,13 @@
<?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.
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
-->
<dimen name="status_bar_height">28dp</dimen>
</resources>