nemo: overlay: Reduce blur radius
Change-Id: Id6339df82156099ca14da684f236931b3ecf51ce
This commit is contained in:
@@ -162,6 +162,7 @@ DEVICE_PACKAGE_OVERLAYS += \
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
ApertureNemo \
|
||||
NexusLauncherOverlay \
|
||||
SettingsOverlayNemo \
|
||||
SettingsProviderOverlay6 \
|
||||
SettingsProviderOverlay6i \
|
||||
|
||||
@@ -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>
|
||||
|
||||
11
rro_overlays/NexusLauncherOverlay/Android.bp
Normal file
11
rro_overlays/NexusLauncherOverlay/Android.bp
Normal 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,
|
||||
}
|
||||
25
rro_overlays/NexusLauncherOverlay/AndroidManifest.xml
Normal file
25
rro_overlays/NexusLauncherOverlay/AndroidManifest.xml
Normal 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>
|
||||
18
rro_overlays/NexusLauncherOverlay/res/values/config.xml
Normal file
18
rro_overlays/NexusLauncherOverlay/res/values/config.xml
Normal 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>
|
||||
Reference in New Issue
Block a user