I develop on Android using Delphi Firemonkey. 
The form basically has only one visual component, which is always on the screen - the button. By clicking on it, the TToast component is used - infa
The problem is that when the message "toast" appears at the bottom (align - Bottom), it moves the button up (align - center), and the button does not return after the message disappears. I tried to change the Aligns, the TToast properties, the buttons - the result is the same.