Custom Listview Fast Scrollbar in android

后端 未结 2 1602
你的背包
你的背包 2020-12-01 02:41

I want to custom a listview with a touchable fast scrollbar like Google play music app with vertical line with thumb image. It provides an easy and fast way to scroll with t

2条回答
  •  旧时难觅i
    2020-12-01 03:12

    Finally, I came up with a solution. It only works with API level 11 or higher

    values/style.xml

    
    

    Apply activity for this theme like below code:

             
                
                    
                    
                
            
    

    Activity layout XML like below code:

    
    
    
            
            
    
    
    

    Resource image files are

    enter image description here enter image description here enter here

    Fast scroll thumb selector XML file:

    drawable/fast_thumb.xml

    
    
    
        
        
    
    
    

    Final output like below figure:

    enter image description here

提交回复
热议问题