mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
6 lines
258 B
XML
6 lines
258 B
XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="onLoaded" shownModally="onShownModally" style.backgroundColor="lightgray">
|
|
<StackLayout>
|
|
<ListPicker id="listPicker"/>
|
|
<Button text="Done" tap="onButtonTap"/>
|
|
</StackLayout>
|
|
</Page> |