RecyclerView inside ScrollView is not working

前端 未结 26 2234
梦如初夏
梦如初夏 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:23

    For ScrollView, you could use fillViewport=true and make layout_height="match_parent" as below and put recycler view inside:

    
              
    
    

    No further height adjustment needed through code.

提交回复
热议问题