So for the project I'm working on I need to be able to move widgets up the screen during runtime (like a reverse waterfall). Could someone please show an example of how to move a button from one position of the screen to a higher position (using an absolute layout) during runtime?
I know it probably makes use of
AbsoluteLayout.LayoutParams
or params.addRule
hopefully. But please do care to teach me
For Example:
_____________________(Top Of Screen)
| [button]
| -
| -
| -
| -
| -
| -
| -
| >
| [button]
_____________________(Bottom Of Screen)