Files
Fabian Leutenegger b0ed6c772c vermeer: Add statusbar/corner configs
* how i like them
 * we can make them perfect later, but for now they work

Change-Id: I05fc1c9392fa25cc964e2cc7cb676f855e04c7d7
2025-10-12 21:25:33 -05:00

12 lines
481 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Height of the status bar.
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
-->
<dimen name="status_bar_height">32dp</dimen>
<!-- The default height of the status bar used in {@link SystemBarUtils#getStatusBarHeight} to
calculate the status bar height. -->
<dimen name="status_bar_height_default">@dimen/status_bar_height</dimen>
</resources>