RecyclerView inside ScrollView is not working

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

    You can try with setting recycler view Hight as wrap_content. in my case its working fine. I am trying with 2 different recycler view in scroll view

提交回复
热议问题