1234567891011121314151617 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- Copyright (C) 2024 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
- -->
- <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Height of the status bar.
- Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
- -->
- <dimen name="status_bar_height">88.0px</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>
|