Ripple effect over a RecyclerView item containing ImageView

后端 未结 6 1287
自闭症患者
自闭症患者 2020-12-12 22:09

I have a RecyclerView that expands the following grid item :



        
6条回答
  •  佛祖请我去吃肉
    2020-12-12 23:03

    add below code to your parent layout

    android:clickable="true"
    android:focusable="true"
    android:background="?attr/selectableItemBackground" 
    

    if you want custom ripple effect add this ripple_custom.xml in your drawable-v21

    
    
    
        
    
    

    to support older version add ripple_custom.xml in drawable

    
    
        
            
                
            
        
        
            
                
            
        
    
    

提交回复
热议问题