RecyclerView + CardView + Touch feedback

前端 未结 5 1797
一整个雨季
一整个雨季 2021-02-02 10:17

Has anybody solved the mystery of the CardView without touch feedback when it\'s inside a RecyclerView?

I have a RecyclerView with a bu

5条回答
  •  孤街浪徒
    2021-02-02 11:03

    create selector "drawable/card_foreground_selector"

    
        
            
                
                
            
        
        
            
                
                
            
        
    
    

    and create "drawable/card_foreground.xml" (you'll need to tweak inset values according to elevation of your card)

    
    

    modify your item (item.xml)

    
    
        
    
        // ..
    
        
    
    

    you can view original post here

提交回复
热议问题