mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
7 lines
309 B
XML
7 lines
309 B
XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd" navigatingFrom="onNavigatingFrom">
|
|
<GridLayout rows="30,100,*">
|
|
<Button text="Start test..." tap="onTap3" style="font-size:8" />
|
|
<StackLayout id="placeholder" row="1"/>
|
|
<TextView id="result" row="2" />
|
|
</GridLayout>
|
|
</Page> |