Files
NativeScript/apps/ui/app/animation/effect-summary-details-page.xml
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

14 lines
673 B
XML

<Page loaded="pageLoaded" backgroundColor="skyblue">
<AbsoluteLayout height="100%" backgroundColor="gold">
<TextView id="details"
padding="12" paddingBottom="24"
top="{{ detailsHeight }}" width="100%"
text="{{ ipsum }}" fontSize="20"
opacity="0" translateY="50" editable="false" backgroundColor="olive"/>
<Label originY="0" height="100%" width="100%" fontSize="42"
backgroundColor="MidnightBlue" color="white"
textAlignment="center" verticalAlignment="center"
tap="theFinalFrontier" text="{{ summary }}"/>
</AbsoluteLayout>
</Page>