mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
11 lines
380 B
XML
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>
|