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

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

Ansible warning on jinja2 braces on when -