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

Commit 82186338 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

am: 6c909a66

Change-Id: I0e005a74068848ac535d5fa5dbbd3a241ac1f4c7
parents 6cc8b96d 6c909a66
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;
    }