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