dimens.xml 1.3 KB

123456789101112131415161718192021222324252627282930
  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. <!-- Radius of the software rounded corners at the top of the display in its natural
  15. orientation. If zero, the value of rounded_corner_radius is used. -->
  16. <dimen name="rounded_corner_radius_top">34.0dip</dimen>
  17. <!-- Radius of the software rounded corners at the bottom of the display in its natural
  18. orientation. If zero, the value of rounded_corner_radius is used. -->
  19. <dimen name="rounded_corner_radius_bottom">34.0dip</dimen>
  20. <dimen name="status_bar_camera_side_padding">30.0px</dimen>
  21. <dimen name="status_bar_camera_top_margin">27.0px</dimen>
  22. <dimen name="status_bar_height_portrait">5.399994mm</dimen>
  23. <dimen name="status_bar_indicator_corner_padding">67.0px</dimen>
  24. </resources>