cleiter
(0..tabCount).mapNotNull { getTabAt(it) }.forEachIndexed { i, tab -> tab.customView = getTabItem(this@tabLayout) tab.customView?.isSelected = i == 0 tab.setIcon(tabImages[i]) }