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

Commit c11cf981 authored by Lucas Dupin's avatar Lucas Dupin Committed by Automerger Merge Worker
Browse files

Merge "New blur radius and wallpaper zoom" into sc-dev am: db68ba55 am: 7c85a674

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14914308

Change-Id: I103c170a3cbad5aa7bc0bdd0d80af6c5ede30333
parents eb836dbc 7c85a674
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
@@ -1235,7 +1235,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>