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

Commit 6afcf2fb authored by Mihai Popa's avatar Mihai Popa Committed by Android (Google) Code Review
Browse files

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

parents a512d304 17f91d54
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;
    }