How to use fastScrollEnabled in RecyclerView?

后端 未结 4 801
终归单人心
终归单人心 2020-12-15 19:31

I am new to RecyclerView and I want to implement the fast scroll feature in RecyclerView like google contact application and search on the internet and i found that now Andr

4条回答
  •  悲哀的现实
    2020-12-15 19:38

    For an eye candy scroll bar thumb(round borders) :

       
    

    fast_scroll_thumb.xml

    
    
        
    
        
    
    

    thumb.xml

    
    
    
        
    
        
    
        
    
        
    
    
    

    track.xml:

    
        
        
    
    

    Result:

提交回复
热议问题