Cannot remove Padding from Tabs when using Custom views with Tab Layout

前端 未结 8 910
傲寒
傲寒 2020-12-15 04:18

I have added a Relative Layout in Custom View and have added this in Tab Layout. I am using a white background for tabs and have not applied any padding in tabs custom layou

8条回答
  •  伪装坚强ぢ
    2020-12-15 04:38

    In case you have tried many things and none of them did work, here is what I ended up doing: just setting

    android:layout_height="20dp

    
    
        
    
        
    
    
    

提交回复
热议问题