mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
14 lines
673 B
XML
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>
|