问题
I would like to create a recycler view with a fixed first row, which should act as the header. Also ,how can I prevent it from scrolling with other row elements ?
回答1:
Don't put your fixed header in the RecyclerView. Wrap the RecyclerView in a vertical LinearLayout, with your fixed header above it.
来源:https://stackoverflow.com/questions/30873176/recylerview-with-a-fixed-first-row-as-header