How can I create a form change dialog form in Firemonkey using Delphi XE3.
I want to create two layouts with some components (buttons, changes) inside any of them and one button in the first layout with the name "SHOW / HIDE MORE DETAILS", So this button will do: layout2.visible: = false
With this component layout2 hide, but not automatic alignment and automatic shape. How can i do this? Here is an example image of what I want to do

source share