<Android &amp; Kotlin : Tab Layout doesn't show ti...
# stackoverflow
u
Android &amp; Kotlin : Tab Layout doesn't show titles I'm new in Kotlin & Anroid Studio, and I'm playing with my own side project. The problem occurs when I construct my app with Tab Layout + Pager2 I'm trying to set tab icon and title (text) with TabLayoutMediator but text does not show, while icon does show! How could I handle this problem? Screenshot is here. My Code is here. MainActivity class MainActivity : AppCompatActivity() { private lateinit var viewPager: ViewPager2 private lateinit var binding: ActivityMainBinding private...