android - Displaying horizontal recyclerview along with images and text in expandable listview -


click here view image

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

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -