I\'d like to have a listview in scrollview. This method is doing it almost perfect: https://stackoverflow.com/a/3495908/2811653
There is a bug when I enter more text in
Put your listview in a relative layout and your button in another layout. listview is itself scrollable so you don't need to put your listview in a scrollview. It is useless.
by putting the button in another layout, you will be able to scroll listview easily, and your button will be visible below the layout