Files
NativeScript/e2e/ui-tests-app/app/animation/layout-stack-height-page.xml
2019-06-20 15:58:36 +03:00

17 lines
723 B
XML

<Page backgroundColor="skyblue">
<StackLayout row="1" verticalAlignment="top" backgroundColor="gold">
<Label backgroundColor="darkblue" originY="0"
tap="tapLabel"
height="64" fontSize="32" color="skyblue" textAlignment="center"
text="Click here"/>
<Label backgroundColor="darkgreen" originY="0"
tap="tapLabel"
height="64" fontSize="32" color="lime" textAlignment="center"
text="Or here"/>
<Label backgroundColor="darkred" originY="0"
tap="tapLabel"
height="64" fontSize="32" color="pink" textAlignment="center"
text="But NOT here"/>
</StackLayout>
</Page>