Files
NativeScript/tests/app/app/location-example.xml
Panayot Cankov e135c20b14 Rename the files
2016-05-26 14:30:25 +03:00

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>