| Index: examples/ui/tile/README.md
|
| diff --git a/examples/ui/tile/README.md b/examples/ui/tile/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a6afbfa32e14b08a3dd4e644249b3cefc23c6830
|
| --- /dev/null
|
| +++ b/examples/ui/tile/README.md
|
| @@ -0,0 +1,15 @@
|
| +# Mozart View Tiling Example
|
| +
|
| +This directory contains a simple application which embeds any number of
|
| +views from other applications all tiled in a row.
|
| +
|
| +The applications must implement the ViewProvider interface and register
|
| +their Views with the ViewManager for this to work.
|
| +
|
| +## USAGE
|
| +
|
| + out/Debug/mojo_shell "mojo:launcher mojo:tile_view?<app1>[,<app2>[,...]]"
|
| +
|
| +Specify the urls of the views to embed as a comma-delimited query parameter.
|
| +
|
| + eg. out/Debug/mojo_shell "mojo:launcher mojo:tile_view?mojo:spinning_cube,mojo:moterm_example_app"
|
|
|