Android Tab Layout not taking up full width with custom view

前端 未结 8 2429
谎友^
谎友^ 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:43

    In my case the problem was giving fixed height to the custom layout that i use for tabs. Using match_parent fixed my issue.

提交回复
热议问题