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

11 lines
380 B
XML

<Page backgroundColor="skyblue">
<AbsoluteLayout backgroundColor="gold">
<Label originX="0" originY="0" top="0" left="0"
height="128" fontSize="64px" color="white"
textAlignment="center"
text="Tap here"
width="100%" backgroundColor="purple"
tap="animateHeight"/>
</AbsoluteLayout>
</Page>