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

Commit 1f3e6c71 authored by Sergey Pinkevich's avatar Sergey Pinkevich
Browse files

[Bugfix] Use the correct resource id for window round corners

Bug: 435372475
Flag: EXEMPT use a different value for round corners, no actual behavior change
Test: manually using winscope

Change-Id: Ic986de66bd9774a171c57dd4cbd2b1c6109d1644
parent ff9d274e
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -49,6 +49,10 @@
    <dimen name="drop_target_expanded_view_padding_horizontal">24dp</dimen>
    <dimen name="drop_target_bubble_bar_padding_horizontal">24dp</dimen>

    <!-- The corner radius of freeform tasks in desktop windowing. -->
    <!--
        The corner radius of freeform tasks in desktop windowing.
        The value should match the corresponding resource in the Launcher:
        packages/apps/Launcher3/quickstep/res/values/dimens.xml
     -->
    <dimen name="desktop_windowing_freeform_rounded_corner_radius">16dp</dimen>
</resources>
 No newline at end of file