dimens.xml 633 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright (C) 2024 The LineageOS Project
  4. SPDX-License-Identifier: Apache-2.0
  5. -->
  6. <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  7. <!-- Height of the status bar.
  8. Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
  9. -->
  10. <dimen name="status_bar_height">88.0px</dimen>
  11. <!-- The default height of the status bar used in {@link SystemBarUtils#getStatusBarHeight} to
  12. calculate the status bar height. -->
  13. <dimen name="status_bar_height_default">@dimen/status_bar_height</dimen>
  14. </resources>