mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
9 lines
379 B
XML
9 lines
379 B
XML
<Page loaded="pageLoaded">
|
|
<GridLayout rows="50, *" columns="*, *, *">
|
|
<Button text="Request" tap="onRequestButtonTap" col="0" row="0" />
|
|
<Button text="Start" tap="onStartButtonTap" col="1" row="0" />
|
|
<Button text="Stop" tap="onStopButtonTap" col="2" row="0" />
|
|
<TextView id="textView" colSpan="3" row="1" editable="false" style.fontSize="8"/>
|
|
</GridLayout>
|
|
</Page>
|