android - Stack up views in RecyclerView -


i'm little bit confuse. had refactor old code, , i've ended place hundreds of views need stack on each other adding relativelayout with

 parentview.addview(m_view, 0); 

which kinda sad. wanted rewrite recyclerview elements, instantly faced problem of order. can't find examples on how it, maybe google incorrect or smth. i've tried write own layoutmanager, couldn't find obvious way achieve goal.

is there maybe way? or it's not hard order childs in recylcerview in relativelayout?

as suggested in comments, i've added image see how want enter image description here

as can see views lying on each other, that's want achieve

i refer use library.

  • swipestack : simple, customizable , easy use swipeable view stack android.


Comments

Popular posts from this blog

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -