mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
6 lines
219 B
XML
6 lines
219 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<Page loaded="onPageLoaded">
|
|
<ListPicker items="{{ items }}" selectedIndex="{{ selectedIndex }}"
|
|
verticalAlignment="center" horizontalAlignment="center"/>
|
|
</Page>
|