mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
11 lines
255 B
XML
11 lines
255 B
XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="pageLoaded">
|
|
|
|
<ActionBar title="Initial Animation" />
|
|
|
|
<GridLayout>
|
|
<GridLayout class="entry" backgroundColor="red" width="200" height="200">
|
|
</GridLayout>
|
|
</GridLayout>
|
|
|
|
</Page>
|