Tab
Layout
Configuration
class TabLayoutConfiguration(var listTitles: List<String>? = null, var listIcon: List<Drawable?>? = null)
Content copied to clipboard
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)
Content copied to clipboard
Functions
Link copied to clipboard
method to define list of icon for the tab
Link copied to clipboard
method to define titles for the tab