Tab Layout Configuration

class TabLayoutConfiguration(var listTitles: List<String>? = null, var listIcon: List<Drawable?>? = null)

class for containing TabLayout configuration

Author

Jimly A.

Since

04-Oct-21

Parameters

listIcon

list of icon for the tab

listTitles

list of titles for the tab

Constructors

Link copied to clipboard
fun TabLayoutConfiguration(listTitles: List<String>? = null, listIcon: List<Drawable?>? = null)

Functions

Link copied to clipboard
fun withListIcon(listIcon: List<Drawable?>)

method to define list of icon for the tab

Link copied to clipboard
fun withListTitles(listTitle: List<String>)

method to define titles for the tab

Properties

Link copied to clipboard
var listIcon: List<Drawable?>? = null
Link copied to clipboard
var listTitles: List<String>? = null

Sources

Link copied to clipboard