mirror of
https://github.com/LineageOS/android_device_xiaomi_vermeer.git
synced 2026-06-20 18:19:35 +00:00
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:
committed by
Lunark :3
parent
2f691ced17
commit
b0ed6c772c
@@ -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>
|
||||||
@@ -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>
|
||||||
Reference in New Issue
Block a user