Android - How to change default SeekBar thickness?

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

I have this SeekBar:

        

        
6条回答
  •  耶瑟儿~
    2021-01-03 18:32

    You should do like this:

    
    

    The thumb is the circle which can be dragged, and the progressDrasable is the style of progress.

    seek_style.xml:

    
        
            
                
                
            
        
    
        
            
                
                    
                    
                
            
        
    
        
            
                
                    
                    
                
            
        
    
    

    seek.xml:

    
        
        
    
    

提交回复
热议问题