setSubtitle

open fun setSubtitle(@StringRes resId: Int)

Set the subtitle of the navigation bar.

Parameters

resId

The resource id of the subtitle.


open fun setSubtitle(@Nullable subtitle: CharSequence)

Set the subtitle of the navigation bar.

Parameters

subtitle

The subtitle of the navigation bar.