15 lines
638 B
XML
15 lines
638 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2025 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources>
|
|
<!-- Location on the screen of the center of the physical power button. This is a reasonable
|
|
default that should be overridden by device-specific overlays. -->
|
|
<dimen name="physical_power_button_center_screen_location_y">1330.0px</dimen>
|
|
|
|
<!-- Microns/ums (1000 um = 1mm) per pixel for the given device. If unspecified, UI that
|
|
relies on this value will not be sized correctly. -->
|
|
<item name="pixel_pitch" format="float" type="dimen">50.26</item>
|
|
</resources>
|