android - Displaying horizontal recyclerview along with images and text in expandable listview -
hi want display horizontal recycler view images below text view inside expandable listview shown in image,how can achieve please me,thanks in advance.
you can use horizontal recyeclerview & specify layoutmanager horizantal
linearlayoutmanager layoutmanager     = new linearlayoutmanager(this, linearlayoutmanager.horizontal, false);  recyclerview horizontalrv = (recyclerview) findviewbyid(r.id.recyclerviewid); horizontalrv.setlayoutmanager(layoutmanager); 
Comments
Post a Comment