vermeer: Add statusbar/corner configs

* how i like them
 * we can make them perfect later, but for now they work

Change-Id: I05fc1c9392fa25cc964e2cc7cb676f855e04c7d7
This commit is contained in:
Fabian Leutenegger
2023-09-13 11:09:57 +02:00
committed by Lunark :3
parent 2f691ced17
commit b0ed6c772c
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?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>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- the padding on the top of the statusbar (usually 0) -->
<dimen name="status_bar_padding_top">1dp</dimen>
</resources>