The partition reserved sizes were taking from stock ROM IE, blockdev --getsize64 /dev/block/mapper/system_a Change-Id: I7e9ba2b8f732c6ad16d45d78f577f1ac4644713d
15 lines
548 B
XML
15 lines
548 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2022 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources>
|
|
<!-- Radius of the software rounded corners. -->
|
|
<dimen name="rounded_corner_radius">24.0dip</dimen>
|
|
|
|
<!-- Height of the status bar in portrait. The height should be
|
|
Max((status bar content height + waterfall top size), top cutout size) -->
|
|
<dimen name="status_bar_height_portrait">24.0dip</dimen>
|
|
|
|
<dimen name="status_bar_padding_top_portrait">0.0px</dimen>
|
|
</resources>
|