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

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -