Unable to remove extra space between CardView items - Scrollable RecyclerView

前端 未结 5 1078
忘了有多久
忘了有多久 2021-01-19 00:39

Folks,

I am out of options while attempting to removing extra space between cardview items in my recyclerview below is the current output. Please suggest.

5条回答
  •  深忆病人
    2021-01-19 00:54

    I have not implemented a RecyclerView, however I have replicated two rows in a linear layout, minus the padding from your original question:

    
    
    
    
        
    
            
    
                
    
    
                
    
                
    
            
    
        
        
    
            
    
                
    
    
                
    
                
    
            
    
        
    
    
    

    Play around with the padding and you will get better results. You can also try adding a background color to your card, then you can get rid of layout margins in your RelativeLayout!

提交回复
热议问题