Signed-off-by: Andrew Hexen <SyberHexen@gmail.com> Change-Id: I45420899d75fa8a29642cd8eec1d9ec8b34b8f8b
13 lines
389 B
XML
13 lines
389 B
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">8dp</dimen>
|
|
|
|
<!-- the padding on the top of the statusbar (usually 0) -->
|
|
<dimen name="status_bar_padding_top">0dp</dimen>
|
|
</resources>
|