Recyclerview not call onCreateViewHolder

前端 未结 30 1384
离开以前
离开以前 2020-11-28 07:04

My RecyclerView does not call onCreateViewHolder, onBindViewHolder even MenuViewHolder constructor, therefore nothing app

30条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-28 07:54

    I had an issue because i setup the layout by myself and have put

    
    
    

    and

    
    

    resolved my issue

提交回复
热议问题