showMenuItems

open fun showMenuItems(animate: Boolean): Completable

Shows all menu items in the toolbar with an optional fade-in animation.

Return

A Completable that completes when all items are shown.

Parameters

animate

true to animate the items appearing, false for instant visibility.