mirror of
https://github.com/pjgowtham/android_device_realme_ferrarri.git
synced 2025-07-23 20:52:53 +00:00
Now the text appears at an equal distance from the fod sensor and the bottom end of the screen Change-Id: I752488fb2ad96c5f5c67a0ad87abc4f8527dcc8a
33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2022 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources>
|
|
|
|
<!-- Allow CornerHandleView and PathSpecCornerPathRenderer to decouple from corner-radius -->
|
|
<dimen name="config_rounded_mask_size">156px</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.3</item>
|
|
|
|
<!-- the padding on the start of the statusbar -->
|
|
<dimen name="status_bar_padding_start">0px</dimen>
|
|
|
|
<!-- the padding on the end of the statusbar -->
|
|
<dimen name="status_bar_padding_end">35px</dimen>
|
|
|
|
<!-- the padding on the top of the statusbar (usually 0) -->
|
|
<dimen name="status_bar_padding_top">11px</dimen>
|
|
|
|
<!-- Height of the status bar header bar when on Keyguard -->
|
|
<dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height</dimen>
|
|
|
|
<!-- Margin on the left side of the carrier text on Keyguard -->
|
|
<dimen name="keyguard_carrier_text_margin">@dimen/status_bar_padding_start</dimen>
|
|
|
|
<dimen name="keyguard_indication_margin_bottom">200px</dimen>
|
|
|
|
</resources>
|