Custom seekbar (thumb size, color and background)

前端 未结 10 2323
醉梦人生
醉梦人生 2020-11-28 04:07

I would like to have this seekbar in my Android project :

This is my seekbar :



        
10条回答
  •  借酒劲吻你
    2020-11-28 04:43

    Android custom SeekBar - custom track or progress, shape, size, background and thumb and for other seekbar customization see http://www.zoftino.com/android-seekbar-and-custom-seekbar-examples

    Custom Track drawable

    
    
        
            
                
                
                
            
        
        
            
                
                    
                    
                        
                            
                            
                            
                        
                    
                
            
        
    
    

    Custom thumb drawable

    ?xml version="1.0" encoding="utf-8"?>
    
        
        
    
    

    Output

提交回复
热议问题