mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
26 lines
1.4 KiB
XML
26 lines
1.4 KiB
XML
<Page loaded="pageLoaded" backgroundColor="LightGreen" >
|
|
<ScrollView>
|
|
<StackLayout style.textAlignment="center">
|
|
|
|
<Label text="iOS" automationText="iOS" />
|
|
<Button text="curl" tap="onTap" tag="curl" automationText="curl" />
|
|
<Button text="curlUp" tap="onTap" tag="curlUp" automationText="curlUp" />
|
|
<Button text="curlDown" tap="onTap" tag="curlDown" automationText="curlDown" />
|
|
|
|
<Label text="Android" automationText="Android" />
|
|
<Button text="explode" tap="onTap" tag="explode" automationText="explode" />
|
|
|
|
<Label text="Cross" automationText="Cross" />
|
|
<Button text="fade" tap="onTap" tag="fade" automationText="fade" />
|
|
<Button text="flip" tap="onTap" tag="flip" automationText="flip"/>
|
|
<Button text="flipRight" tap="onTap" tag="flipRight" automationText="flipRight" />
|
|
<Button text="flipLeft" tap="onTap" tag="flipLeft" automationText="flipLeft"/>
|
|
|
|
<Button text="slide" tap="onTap" tag="slide" automationText="slide" />
|
|
<Button text="slideLeft" tap="onTap" tag="slideLeft" automationText="slideLeft" />
|
|
<Button text="slideRight" tap="onTap" tag="slideRight" automationText="slideRight" />
|
|
<Button text="slideTop" tap="onTap" tag="slideTop" automationText="slideTop"/>
|
|
<Button text="slideBottom" tap="onTap" tag="slideBottom" automationText="slideBottom"/>
|
|
</StackLayout>
|
|
</ScrollView>
|
|
</Page> |