setTitle

open fun setTitle(title: CharSequence)(source)

Set the title of the action mode. This method will have no visible effect if a custom view has been set.

Parameters

title

Title string to set

See also


open fun setTitle(resId: Int)(source)

Set the title of the action mode. This method will have no visible effect if a custom view has been set.

Parameters

resId

Resource ID of a string to set as the title

See also