Skip to content

Commit

Permalink
lemonade: overlay: Use smaller status bar in landscape
Browse files Browse the repository at this point in the history
Change-Id: I8177887d4c8665d4fd6725318b0679b7b1be2c4b
  • Loading branch information
mikeNG authored and AKoskovich committed May 28, 2022
1 parent 31b1e63 commit 29a2a6e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions overlay/OPlusFrameworksResTarget/res/values-land/dimens.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 29a2a6e

Please sign in to comment.