25 lines
948 B
XML
25 lines
948 B
XML
<?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">67.0px</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">1312.0px</dimen>
|
|
|
|
<!-- Location on the screen of the center of the fingerprint sensor. -->
|
|
<dimen name="physical_fingerprint_sensor_center_screen_location_y">2395.0px</dimen>
|
|
|
|
<!-- Pixel pitch of the device. um/px -->
|
|
<item name="pixel_pitch" format="float" type="dimen">50.69</item>
|
|
|
|
</resources>
|