Android Tab Layout not taking up full width with custom view

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

    Try adding TabLayout in LinearLayout like:

     
    
        
    
    

    In Styles.xml add:

     
    
    
    

提交回复
热议问题