mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* Init steps * Implement logic for auto-complete for all test pages * Init steps * Implement logic for auto-complete for all test pages * Expose TestPageMainViewModel * Merge * Improve check if example is already loaded in collection * Reorder tests * Fix tslint * Include csslv * Include new image source
6 lines
154 B
XML
6 lines
154 B
XML
<Page loaded="loaded">
|
|
<StackLayout>
|
|
<ListPicker items="{{ items }}" style="color: deeppink; background-color:lightskyblue" />
|
|
</StackLayout>
|
|
</Page>
|