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

Commit 6c909a66 authored by Mihai Popa's avatar Mihai Popa Committed by android-build-merger
Browse files

Merge "Fix ripple effect for floating toolbar menu items" into pi-dev

am: 6afcf2fb

Change-Id: Ic94b1ca619219268a1af233b61cc8df1f380c980
parents 59d653fc 6afcf2fb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1706,6 +1706,7 @@ public final class FloatingToolbar {
        contentContainer.setLayoutParams(new ViewGroup.LayoutParams(
                ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT));
        contentContainer.setTag(FLOATING_TOOLBAR_TAG);
        contentContainer.setClipToOutline(true);
        return contentContainer;
    }