nemo: overlay: Reduce blur radius

Change-Id: Id6339df82156099ca14da684f236931b3ecf51ce
This commit is contained in:
basamaryan
2025-12-13 18:02:38 -08:00
committed by Ansh
parent 5862df8b1b
commit 51d601d67b
5 changed files with 58 additions and 0 deletions

View File

@@ -162,6 +162,7 @@ DEVICE_PACKAGE_OVERLAYS += \
PRODUCT_PACKAGES += \
ApertureNemo \
NexusLauncherOverlay \
SettingsOverlayNemo \
SettingsProviderOverlay6 \
SettingsProviderOverlay6i \

View File

@@ -22,4 +22,7 @@
<!-- Location on the screen of the center of the fingerprint sensor -->
<dimen name="physical_fingerprint_sensor_center_screen_location_x">1080px</dimen>
<!-- Blur radius behind Notification Shade -->
<dimen name="max_shade_window_blur_radius">17dp</dimen>
</resources>

View File

@@ -0,0 +1,11 @@
//
// Copyright (C) 2025 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "NexusLauncherOverlay",
theme: "NexusLauncherOverlay",
product_specific: true,
}

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.nexuslauncher.overlay"
android:versionCode="1"
android:versionName="1.0">
<application android:hasCode="false" />
<overlay
android:targetPackage="com.google.android.apps.nexuslauncher"
android:isStatic="true"
android:priority="550"/>
</manifest>

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2018 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<dimen name="max_depth_blur_radius_enhanced">15dp</dimen>
</resources>