mirror of
https://github.com/Evolution-X-Devices/device_motorola_rtwo
synced 2026-01-27 13:35:15 +00:00
Signed-off-by: Ayush Dubey <ayushdubey70@gmail.com> Change-Id: Ia5991b3f729fcb027e9ec13bda8057f04ef0aa25
26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2022 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources>
|
|
<!-- the padding on the start of the statusbar -->
|
|
<dimen name="status_bar_padding_start">8.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>
|
|
|
|
<!-- Margin on the left side of the carrier text on Keyguard -->
|
|
<dimen name="keyguard_carrier_text_margin">16.0dip</dimen>
|
|
|
|
<!-- Bottom margin size when fingerprint in display is active -->
|
|
<dimen name="keyguard_indication_margin_bottom">16.0dip</dimen>
|
|
|
|
<!-- Location on the screen of the center of the physical power button. -->
|
|
<dimen name="physical_power_button_center_screen_location_y">620.0px</dimen>
|
|
|
|
<!-- Location on the screen of the center of the physical volume up/down buttons. -->
|
|
<dimen name="physical_volume_up_button_center_screen_location_y">950.0px</dimen>
|
|
<dimen name="physical_volume_down_button_center_screen_location_y">1150.0px</dimen>
|
|
</resources>
|