dimens.xml 1020 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright (C) 2022-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. <dimen name="rounded_corner_content_padding">52.0px</dimen>
  8. <dimen name="keyguard_indication_margin_bottom">4dp</dimen>
  9. <!-- Location on the screen of the center of the physical power button. This is a reasonable
  10. default that should be overridden by device-specific overlays. -->
  11. <dimen name="physical_power_button_center_screen_location_y">995px</dimen>
  12. <!-- Location on the screen of the center of the fingerprint sensor. For devices with under
  13. display fingerprint sensors, this directly corresponds to the fingerprint sensor's location.
  14. For devices with sensors on the back of the device, this corresponds to the location on the
  15. screen directly in front of the sensor. -->
  16. <dimen name="physical_fingerprint_sensor_center_screen_location_y">2163px</dimen>
  17. </resources>