2022-02-18 18:54:07 -05:00
|
|
|
<?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 -->
|
2022-09-04 14:35:16 -04:00
|
|
|
<dimen name="status_bar_padding_start">8.0dip</dimen>
|
2022-02-18 18:54:07 -05:00
|
|
|
|
|
|
|
<!-- Height of the status bar header bar when on Keyguard -->
|
2022-03-16 05:51:03 -04:00
|
|
|
<dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height</dimen>
|
2022-02-18 18:54:07 -05:00
|
|
|
|
|
|
|
<!-- Margin on the left side of the carrier text on Keyguard -->
|
2022-09-04 14:35:16 -04:00
|
|
|
<dimen name="keyguard_carrier_text_margin">16.0dip</dimen>
|
2022-08-03 23:26:21 -04:00
|
|
|
|
2020-12-02 16:15:13 -05:00
|
|
|
<!-- Bottom margin size when fingerprint in display is active -->
|
|
|
|
<dimen name="keyguard_indication_margin_bottom">16.0dip</dimen>
|
|
|
|
|
2022-02-20 13:15:02 -05:00
|
|
|
<!-- Location on the screen of the center of the physical power button. -->
|
2022-09-04 14:35:16 -04:00
|
|
|
<dimen name="physical_power_button_center_screen_location_y">620.0px</dimen>
|
2022-02-20 13:15:02 -05:00
|
|
|
|
|
|
|
<!-- Location on the screen of the center of the physical volume up/down buttons. -->
|
2022-09-04 14:35:16 -04:00
|
|
|
<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>
|
2022-02-18 18:54:07 -05:00
|
|
|
</resources>
|