TabLayout 自定义view tab 消除间距的解决方案

关键:

app:tabPaddingBottom="-1dp"

app:tabPaddingEnd="-1dp"

app:tabPaddingStart="-1dp"

app:tabPaddingTop="-1dp"

 

这样就可以消失tab中的padding了

 

 

转载于:https://my.oschina.net/u/1995545/blog/781230

你可能感兴趣的:(TabLayout 自定义view tab 消除间距的解决方案)