RecyclerView inside ScrollView is not working

前端 未结 26 1978
梦如初夏
梦如初夏 2020-11-22 05:37

I\'m trying to implement a layout which contains RecyclerView and ScrollView at the same layout.

Layout template:


    

        
26条回答
  •  春和景丽
    2020-11-22 06:12

    The best solution is to keep multiple Views in a Single View / View Group and then keep that one view in the SrcollView. ie.

    Format -

     
      
           
           
           
      
    
    

    Eg.

    
    
            
    
    
            
     
    

    Another Eg. of ScrollView with multiple Views

    
            
    
                
    
                
    
                    
    
                    
                    
    
                 
    
            
    
    
    

提交回复
热议问题