setSubtitle

abstract fun setSubtitle(subtitle: CharSequence)(source)

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

Parameters

subtitle

Subtitle string to set

See also


abstract fun setSubtitle(resId: Int)(source)

Set the subtitle 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 subtitle

See also