@trubesv I think your going about it wrongly. if you just want a emptystate than it wouldn’t be part of your recyclerview. What you would actually do , in the layout where your recyclerview is, have a view that contains your emptystate, and when your list is empty toggle the emptystate to visible and the recycylerview to gone. And when you have something in the list you would toggle there states back