Files
NativeScript/apps/app/ui-tests-app/mainPage.xml
2017-05-15 00:19:13 +03:00

12 lines
427 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<Page loaded="pageLoaded">
<GridLayout rows="auto, *">
<StackLayout id="parentLayout">
<TextView automationText="tv" id="textView" text="{{ exampleName }}"/>
<Button automationText="Run" id="btnRun" text="Run" tap="{{ loadExmaple }}"/>
</StackLayout>
<ScrollView row="1">
<WrapLayout id="wrapLayoutWithExamples"/>
</ScrollView>
</GridLayout>
</Page>