Android - How to change default SeekBar thickness?

后端 未结 6 783
春和景丽
春和景丽 2021-01-03 18:04

I have this SeekBar:

        

        
6条回答
  •  失恋的感觉
    2021-01-03 18:39

    You have to change progressDrawable and thumb of SeekBar to adjust it's thickness :

    
    

    Add in drawable folder seek_bar.xml :

    
        
            
                
            
        
        
            
                
                    
                
            
        
    
        
            
                
                    
                
            
        
    
    
    

    seek_thumb.xml :

    
        
        
    
    

    Add to dimension resources (change this to adjust thickness) :

    4dp
    20dp
    

    Add color resources :

    #ababab
    #ffb600
    #3399CC
    

提交回复
热议问题