Files
NativeScript/apps/app/ui-tests-app/animation/height-basic.xml
2019-05-09 13:24:23 +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>