Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a071038 authored by Rohit Sekhar's avatar Rohit Sekhar
Browse files

FP5: SystemUIResTarget: Tune SystemUI paddings

parent 903e7188
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -321,6 +321,7 @@ PRODUCT_PACKAGES += \
    FrameworksResCommon \
    FrameworksResTarget \
    SystemUIResCommon \
    SystemUIResTarget \
    TelephonyResCommon \
    WifiResCommon \
    WifiResTarget_spf \
+9 −0
Original line number Diff line number Diff line
//
// Copyright (C) 2023 E FOUNDATION
// SPDX-License-Identifier: Apache-2.0
//

runtime_resource_overlay {
    name: "SystemUIResTarget",
    vendor: true,
}
+13 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2023 E FOUNDATION
     SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.systemui.overlay.target">

    <overlay
        android:isStatic="true"
        android:priority="350"
        android:targetPackage="com.android.systemui" />
</manifest>
+17 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2023 E FOUNDATION
     SPDX-License-Identifier: Apache-2.0
-->
<resources>
    <dimen name="rounded_corner_content_padding">90px</dimen>

    <!-- the padding on the top of the statusbar (usually 0) -->
    <dimen name="status_bar_padding_top">32px</dimen>

    <!-- the padding on the start of the statusbar -->
    <dimen name="status_bar_padding_start">0px</dimen>

    <!-- the padding on the end of the statusbar -->
    <dimen name="status_bar_padding_end">0px</dimen>
</resources>