zeus: overlay: Add corner content padding

Change-Id: Iee6fe4fea0d00235d15c3c0ab0c742d1e315001d
This commit is contained in:
Arian 2022-06-19 17:49:40 +02:00
parent 85b3cab69c
commit b1c70f21dd
4 changed files with 29 additions and 0 deletions

View file

@ -14,6 +14,7 @@ $(call inherit-product, vendor/xiaomi/zeus/zeus-vendor.mk)
PRODUCT_PACKAGES += \
FrameworksResZeus \
SettingsProviderResZeus \
SystemUIResZeus \
WifiResZeus
# Soong namespaces

View file

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

View file

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

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2023 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<dimen name="rounded_corner_content_padding">52.0px</dimen>
</resources>