Android Tab Layout not taking up full width with custom view

前端 未结 8 2432
谎友^
谎友^ 2021-02-15 17:03

Android TabLayout tabPaddingTop and tabPaddingBottom not being removed

Please refer to the above issue as well.

Even since i updated my design library to \"23.2.

8条回答
  •  情书的邮戳
    2021-02-15 17:54

    Try adding below attributes to TabLayout:

    app:tabPaddingStart="-1dp"
    app:tabPaddingEnd="-1dp"
    

    Hope it'll work.

提交回复
热议问题