dm3q: overlay: Set status bar corner content padding

Change-Id: I86608919fd107d07c4d51d716a1ad849f9f9f8b3
This commit is contained in:
chaptsand
2024-09-18 21:17:26 -03:00
committed by Mezaque
parent 98b2eed7f4
commit 68b1e50179
4 changed files with 36 additions and 1 deletions

View File

@@ -22,7 +22,8 @@ PRODUCT_SOONG_NAMESPACES += \
# Overlays
PRODUCT_PACKAGES += \
FrameworksResDm3q
FrameworksResDm3q \
SystemUIResDm3q
# Inherit from the common OEM chipset makefile.
$(call inherit-product, device/samsung/sm8550-common/common.mk)

View File

@@ -0,0 +1,10 @@
//
// Copyright (C) 2024 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "SystemUIResDm3q",
device_specific: true,
}

View File

@@ -0,0 +1,12 @@
<!--
Copyright (C) 2024 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.systemui.overlay.dm3q">
<overlay
android:isStatic="true"
android:priority="700"
android:targetPackage="com.android.systemui" />
</manifest>

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2024 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Default paddings for content around the corners. -->
<dimen name="rounded_corner_content_padding">67.0px</dimen>
</resources>