We are working on this, and hope to release support in a 2.x release.
There are two ways to support this.
- An item decoration to copy the view of a model. This is simpler, but you lose touch functionality. This would be what we initially support.
- Using a custom layout manager to create a fully functional duplicate view. There are some libraries that use this approach, but I am hesitant to pursue it because layout managers are very complex and using Linear/GridLayoutManager is the safest/optimized approach. I have an idea on how we might extend LinearLayoutManager though, which I can hopefully work on over the next few months.
If anyone is interested in helping with these, please let me know!
We are working on this, and hope to release support in a 2.x release.
There are two ways to support this.
If anyone is interested in helping with these, please let me know!