Content:
- Card Layouts

It is just the CreateLayout method of DroidScript with predefined values on background color just to be consistent on MUI theming.

lay = MUI.CreateLayout( type, options ) → Object

It is highly recommended to use this method instead of directly calling CreateLayout from the app object.

Example - Just Layout click to expand contents 

Card Layouts

Card layout is ligter than other types of layouts to make it appear as a primary focus on a page.

Example - Dark Layout with Card click to expand contents 

Since it returns a DroidScript layout object, you can use all the layout methods you know.