Make button position fixed at bottom

I want to make an app which has a few elements and a vertical scroll element but 2 buttons which are at the bottom of the screen should always keep showing at the same bottom position of the screen. How do I achieve it?

Create the scrolling arrangement on top of a horizontal arrangement (note I said on top, not inside).
Use the bottom arrangement to place the buttons, make top scrolling arrangement height to fill parent and the bottom to automatic.

4 Likes

Disable scrolling in the screen and place the button using Vertical scroll arrangement in the layout. You can 2 create a separate Vertical scroll arrangement for the button in the button.