How to make linearLayout scroll without putting it inside scrollview -
i have linearlayout containing
textview imageview horizontal recyclerview textview horizontal recyclerview webview how make scrollable without putting inside scrollview?
set recycler view horizontal, automatically scroll horizontally without need of scroll view.
mrecyclerview.setlayoutmanager(new linearlayoutmanager(this,linearlayoutmanager.horizontal, true));
Comments
Post a Comment