【发布时间】:2021-06-09 04:38:03
【问题描述】:
TabLayoutMediator(
tabbedFragmentView.tabs,tabbedFragmentView.view_pager)
{ tab, position ->
tab.text = tabFragmentList[position].title
}.attach()
我找不到设置副标题的方法,只有一个设置文本功能可用,它将是选项卡布局选项卡的主标题,如果我也想要一个副标题。
【问题讨论】: