dimens.xml 831 B

123456789101112131415161718192021
  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. <!-- Default paddings for content around the corners. -->
  8. <dimen name="rounded_corner_content_padding">0.0dip</dimen>
  9. <!-- Height of the status bar header bar when on Keyguard -->
  10. <dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height</dimen>
  11. <!-- Location on the screen of the center of the physical power button. -->
  12. <dimen name="physical_power_button_center_screen_location_y">1040.0px</dimen>
  13. <!-- Location on the screen of the center of the fingerprint sensor. -->
  14. <dimen name="physical_fingerprint_sensor_center_screen_location_y">1737.0px</dimen>
  15. </resources>