Closed zaaach closed 4 years ago
情况1:
直接使用TextView
当做Item, 则将指示器的indicatorWidth
或 xml属性tab_indicator_width
设置为-2
即可. 此时的宽度, 就是文字的宽度(去除了padding)
情况2:
使用ViewGroup
嵌套TextView
当做Item, 则需要在ViewGroup
的LayoutParams
中指定TextView
在ViewGroup
中的索引值, 设置给变量indicatorContentIndex
, 其余配置和情况1
一致.
kotlin看不明白=.=