How to scroll the entire Android screen that contains an Imageview, Textview and Listview? And not just Listview

Asked

Viewed 7 times

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?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.