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

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -