Layouts are now implemented natively for Android.

This commit is contained in:
hshristov
2015-07-16 01:22:16 +03:00
parent 422cc37d48
commit 41168d3782
5 changed files with 51 additions and 11 deletions

View File

@@ -25,4 +25,4 @@ export function createPage() {
page.content = grid;
page.css = "GridLayout { background-color: pink } image { background-color: green }";
return page;
}
}