setSubtitle

open fun setSubtitle(resId: Int)(source)

Set the action bar's subtitle. This will only be displayed if DISPLAY_SHOW_TITLE is set.

Parameters

resId

Resource ID of subtitle string to set

See also


open fun setSubtitle(subtitle: CharSequence)(source)

Set the action bar's subtitle. This will only be displayed if DISPLAY_SHOW_TITLE is set. Set to null to disable the subtitle entirely.

Parameters

subtitle

Subtitle to set

See also