a71-common: overlay: Reduce blur radius

Change-Id: Id6339df82156099ca14da684f236931b3ecf51ce
This commit is contained in:
basamaryan
2025-12-13 18:02:38 -08:00
committed by Hakam Assouad
parent ae22eff672
commit f975427918
2 changed files with 15 additions and 0 deletions

View File

@@ -17,4 +17,7 @@
<!-- Padding for the lock icon on the keyguard. In pixels - should not scale with
display size. -->
<dimen name="lock_icon_padding">32px</dimen>
<!-- Blur radius behind Notification Shade -->
<dimen name="max_shade_window_blur_radius">17dp</dimen>
</resources>

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
* Copyright (C) The LineageOS Project
*
* SPDX-License-Identifier: Apache-2.0
*/
-->
<resources>
<integer name="max_depth_blur_radius">11</integer>
<dimen name="max_depth_blur_radius_enhanced">15dp</dimen>
</resources>