seslSetSubtitle

open fun seslSetSubtitle(@StringRes resId: Int)

Sets the subtitle of this view.

Parameters

resId

The resource identifier of the string to be displayed as the subtitle.


open fun seslSetSubtitle(subtitle: CharSequence)

Sets the subtitle of this view.

The subtitle is displayed below the title when this view the expanded.

If the title is not enabled, the subtitle will not shown.

Parameters

subtitle

The CharSequence to set as the subtitle.