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

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -