Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cdaa57a0 authored by Shan Huang's avatar Shan Huang
Browse files

Change the max blur radius to 34dp.

Bug: 395967853
Test: m -j
Flag: com.android.systemui.notification_shade_blur

Change-Id: I234060a93b60e89375dab53540f3dd3392df6de0
parent ee1d0992
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1243,7 +1243,7 @@
    <dimen name="max_window_blur_radius">23px</dimen>

    <!-- Blur radius behind Notification Shade -->
    <dimen name="max_shade_window_blur_radius">60dp</dimen>
    <dimen name="max_shade_window_blur_radius">34dp</dimen>

    <!-- How much into a DisplayCutout's bounds we can go, on each side -->
    <dimen name="display_cutout_margin_consumption">0px</dimen>