mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-23 09:01:10 +08:00
9 lines
425 B
XML
9 lines
425 B
XML
<Page loaded="pageLoaded">
|
|
<StackLayout>
|
|
<Button text="Animate" tap="onAnimate"/>
|
|
<Button text="Reset" tap="onReset"/>
|
|
<AbsoluteLayout width="300" height="300" clipToBounds="true" backgroundColor="LightGray">
|
|
<Button id="view" text="{N}" width="100" height="100" left="100" top="100" style.textAlignment="center" backgroundColor="White" style.fontSize="30"/>
|
|
</AbsoluteLayout>
|
|
</StackLayout>
|
|
</Page> |