2022-02-19 00:54:07 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
Copyright (C) 2022 The LineageOS Project
|
|
|
|
SPDX-License-Identifier: Apache-2.0
|
|
|
|
-->
|
|
|
|
<resources>
|
2022-02-20 19:11:53 +01:00
|
|
|
<dimen name="rounded_corner_content_padding">6px</dimen>
|
2022-02-19 00:54:07 +01:00
|
|
|
|
|
|
|
<!-- the padding on the start of the statusbar -->
|
|
|
|
<dimen name="status_bar_padding_start">0dp</dimen>
|
|
|
|
|
|
|
|
<!-- the padding on the top of the statusbar (usually 0) -->
|
|
|
|
<dimen name="status_bar_padding_top">10px</dimen>
|
|
|
|
|
|
|
|
<dimen name="rounded_corner_content_padding">6px</dimen>
|
|
|
|
|
|
|
|
<!-- Height of the status bar header bar when on Keyguard -->
|
|
|
|
<dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height_portrait</dimen>
|
|
|
|
|
|
|
|
<!-- Margin on the left side of the carrier text on Keyguard -->
|
|
|
|
<dimen name="keyguard_carrier_text_margin">@dimen/status_bar_padding_start</dimen>
|
2022-02-20 19:11:53 +01:00
|
|
|
|
|
|
|
<dimen name="system_icons_keyguard_padding_end">10.0px</dimen>
|
2022-02-19 00:54:07 +01:00
|
|
|
</resources>
|