seslSetIndexTipEnabled

open fun seslSetIndexTipEnabled(enabled: Boolean, topMargin: Int)(source)

Enables or disables the index tip. The index tip is an overlay displayed at the top of the RecyclerView during scrolling, showing the index character of the currently topmost visible item.

Parameters

enabled

True to enable the index tip; false to disable.

topMargin

The additional top margin of the index tip.


Enables or disables the index tip. The index tip is an overlay displayed at the top of the RecyclerView during scrolling, showing the index character of the currently topmost visible item.

Parameters

enabled

True to enable the index tip; false to disable.