setCustomView

open fun setCustomView(view: View)(source)

Set a custom view for this action mode. The custom view will take the place of the title and subtitle. Useful for things like search boxes.

Parameters

view

Custom view to use in place of the title/subtitle.

See also