mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
7 lines
212 B
XML
7 lines
212 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<Page loaded="pageLoaded">
|
|
<GridLayout rows="auto, *">
|
|
<Button text="Run" tap="selectExample" />
|
|
<TextView row="1" text="{{ selected }}"/>
|
|
</GridLayout>
|
|
</Page> |