TabConfigurationStrategy

A callback interface that must be implemented to set the text and styling of newly created tabs.

Functions

Link copied to clipboard
abstract fun onConfigureTab(@NonNull tab: TabLayout.Tab, position: Int)
Called to configure the tab for the page at the specified position.