miatoll: Centre status bar icons

Instead of increasing status bar

This reverts commit 9bf7b29
This commit is contained in:
rio004 2023-03-12 12:25:39 +00:00
parent 34cfe7a022
commit 561d11eef0
2 changed files with 4 additions and 2 deletions

View File

@ -17,7 +17,6 @@
<dimen name="status_bar_height_landscape">24dp</dimen>
<!-- Height of the status bar in portrait -->
<dimen name="status_bar_height_default">128px</dimen>
<dimen name="status_bar_height_portrait">128px</dimen>
<dimen name="status_bar_height_portrait">102px</dimen>
</resources>

View File

@ -15,4 +15,7 @@
<!-- Pad content in navbar for rounded corners -->
<dimen name="rounded_corner_content_padding">16dp</dimen>
<!-- Pad status bar icons -->
<dimen name="status_bar_padding_top">8dp</dimen>
</resources>