Good, as you can see in the image below (this image does not correspond to my app, it's taken from google because it serves as an example), it has a listview
, and what I want is to scroll up with your finger, the layout above that contains the logo and the name (in this case HARU), hide up, so the listview
would occupy almost the entire screen except for the lower button.
I tried to put a scrollview to the layout that wraps around the entire screen minus the keypad, but then the scroll of the listview does not work for me.
PS: I think the image is not a listview, but imagine it is, in my case the width of the listview, is match parent.
thank you very much.