mirror of
https://github.com/LineageOS/android_device_xiaomi_vermeer.git
synced 2026-06-21 10:39:32 +00:00
Change-Id: Id4715bfa8d0ed9eee95eb9624ee58fa2d28f0836 Signed-off-by: Lunark :3 <jvillaltamatos3007@gmail.com>
29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2025 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources>
|
|
<!-- Bottom margin size when fingerprint in display is active -->
|
|
<dimen name="keyguard_indication_margin_bottom">500px</dimen>
|
|
|
|
<!-- the padding on the start of the statusbar -->
|
|
<dimen name="status_bar_padding_start">4dp</dimen>
|
|
|
|
<!-- the padding on the end of the statusbar -->
|
|
<dimen name="status_bar_padding_end">4dp</dimen>
|
|
|
|
<!-- Height of the status bar header bar when on Keyguard -->
|
|
<dimen name="status_bar_header_height_keyguard">13dp</dimen>
|
|
|
|
<!-- Adjust the icon padding in status bar for rounded corners. -->
|
|
<dimen name="rounded_corner_content_padding">67.0px</dimen>
|
|
|
|
<!-- Location on the screen of the center of the physical power button. -->
|
|
<dimen name="physical_power_button_center_screen_location_y">1460px</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">48.2</item>
|
|
</resources>
|