mirror of
https://github.com/LineageOS/android_device_xiaomi_vermeer.git
synced 2026-06-21 10:39:32 +00:00
* how i like them * we can make them perfect later, but for now they work Change-Id: I05fc1c9392fa25cc964e2cc7cb676f855e04c7d7
12 lines
481 B
XML
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>
|