mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
7 lines
305 B
XML
7 lines
305 B
XML
<Page xmlns="http://www.nativescript.org/tns.xsd" loaded="pageLoaded" backgroundColor="Red">
|
|
<StackLayout backgroundColor="PaleGreen">
|
|
<Button text="Login (pop-up)" tap="onTap" />
|
|
<Button text="Login (full-screen)" tap="onTap" />
|
|
<Label id="label" text="Anonymous"/>
|
|
</StackLayout>
|
|
</Page> |