mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
10
apps/ui/app/animation/height-basic-page.xml
Normal file
10
apps/ui/app/animation/height-basic-page.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user