mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
12 lines
374 B
XML
12 lines
374 B
XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="pageLoaded">
|
|
|
|
<ActionBar title="Slide in Effect" />
|
|
|
|
<StackLayout>
|
|
<Button text="Add Item" tap="onAddItem" />
|
|
<Button text="Clear" tap="onClear" />
|
|
<WrapLayout id="wrapLayout" width="305" height="305" clipToBounds="true" backgroundColor="LightGray" padding="5,0,5,5" />
|
|
</StackLayout>
|
|
|
|
</Page>
|