I have been trying to get this scrollview to scroll, and have not had any luck in doing so. I have tried many types of fixes but cant seem to get one working. I would like t
Hi I encountered this problem as well. The issue I had was I added adjustResize as shown below in my Manifest
and it still wouldn't scroll. But in my xml file in the beginning of my ScrollView
I deleted android:scrollbars="none" and that solved my problem. Just for anyone whose adjustment on the manifest did not work.