0
Hello, everybody
I need to roll a screen that includes a listview. When filling the list and it becomes larger than the screen it is normal to scroll the screen. In my case, I want all the elements of the screen to roll, not just the listview.
My layout is kind of like this:
<LinearLayout>
<ImageView></ImageView>
<TextView></TextView>
<RelativeLayout>
<ListView></ListView>
<Button></Button>
</RelativeLayout>
</LinearLayout>
It is possible?