RecyclerView inside NestedScrollView onBindViewHolder calling for all getItemCount size

后端 未结 4 1802
谎友^
谎友^ 2021-01-04 18:53

When I put RecyclerView inside NestedScrollView then onBindViewHolder is calling for all row like say I have list which has size of 30

4条回答
  •  感动是毒
    2021-01-04 19:17

    Problem caused for the height issue.

    1) Edit the NestedScrollView & RecyclerView as following:

     
            .......
            
    

    2) Make sure that you have compiled 'com.android.support:recyclerview-v7:23.2.1'

提交回复
热议问题