Set color to unselected tab indicator in tab layout

后端 未结 4 1207
野趣味
野趣味 2021-01-02 13:20

I am using tablayout provided by google and everything is working fine except the color of the unselected tab indicator. I am unable to set the unselected tab indicator colo

4条回答
  •  独厮守ぢ
    2021-01-02 13:36

    **1.app:**
    
        tabBackground="@drawable/tablayout_selector"
    
    **2.tablayout_selector.xml**
    
    
    
    
        
            
                
            
        
        
            
                
                    
                
            
        
    
    
    
    or
    
    
    
    
        
            
                
            
        
        
            
                
                
            
        
    
    

提交回复
热议问题