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
as can see views lying on each other, that's want achieve
Comments
Post a Comment