=====RemoveLayout===== //(Information and examples taken from the DroidScript documentation)// ====Description==== Use the **RemoveLayout** method to remove layouts from the App. app.RemoveLayout( layout ); See also [[built_in:layouts|Layout]], [[built_in:add_layout|AddLayout]] ----