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

Commit db68ba55 authored by Lucas Dupin's avatar Lucas Dupin Committed by Android (Google) Code Review
Browse files

Merge "New blur radius and wallpaper zoom" into sc-dev

parents cdbc555a 68f9d231
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4695,7 +4695,7 @@
    <string name="config_customMediaSessionPolicyProvider"></string>

    <!-- The max scale for the wallpaper when it's zoomed in -->
    <item name="config_wallpaperMaxScale" format="float" type="dimen">1.10</item>
    <item name="config_wallpaperMaxScale" format="float" type="dimen">1.03</item>

    <!-- Package name that will receive an explicit manifest broadcast for
         android.os.action.POWER_SAVE_MODE_CHANGED. -->
+1 −1
Original line number Diff line number Diff line
@@ -1236,7 +1236,7 @@

    <!--  Blur radius on status bar window and power menu  -->
    <dimen name="min_window_blur_radius">1px</dimen>
    <dimen name="max_window_blur_radius">150px</dimen>
    <dimen name="max_window_blur_radius">72px</dimen>

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