dm3q: overlay: Set status bar corner content padding
Change-Id: I86608919fd107d07c4d51d716a1ad849f9f9f8b3
This commit is contained in:
@@ -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)
|
||||
|
10
overlay/SystemUIResDm3q/Android.bp
Normal file
10
overlay/SystemUIResDm3q/Android.bp
Normal 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,
|
||||
}
|
12
overlay/SystemUIResDm3q/AndroidManifest.xml
Normal file
12
overlay/SystemUIResDm3q/AndroidManifest.xml
Normal 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>
|
12
overlay/SystemUIResDm3q/res/values/dimens.xml
Normal file
12
overlay/SystemUIResDm3q/res/values/dimens.xml
Normal 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>
|
Reference in New Issue
Block a user