UltimateRecyclerView
UltimateRecyclerView copied to clipboard
How can i set a header when i use the expandURV
i tried to use method setNormalHeader,but it didn't work
@Jarvay try to setNormalHeader before setAdapter
@sprhawk thanks for your answer,i found out the reason.
The LinearExpanxURVAdapter overrided method getItemViewType.
@Override public int getItemViewType(int position) { return mDataSet.get(position).getType(); }
@sprhawk I setNormalHeader before setAdapter but in also not show
i have same problem,but i used adapter.setheaderview. no used recycleview.setheadview.you can use adapter setheader ,but notice the getAdapterItemCount need +1.