Files
NativeScript/apps/ui/app/perf/properties/main-page.xml
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

8 lines
310 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>