Files
NativeScript/e2e/animation/app/multiple-properties/page.xml
2018-06-19 18:58:11 +03:00

14 lines
523 B
XML

<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="pageLoaded">
<ActionBar title="Multiple Properties" />
<StackLayout>
<Button text="Animate" tap="onAnimate" />
<Button text="Reset" tap="onReset" />
<AbsoluteLayout width="300" height="300" clipToBounds="true" backgroundColor="LightGray">
<Label id="view" text="{N}" width="100" height="100" left="100" top="100" style.textAlignment="center" backgroundColor="White" style.fontSize="30" />
</AbsoluteLayout>
</StackLayout>
</Page>