Files
2016-09-13 17:48:56 +03:00

15 lines
528 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="{{ loadOldExmaples }}"/>
</StackLayout>
<ScrollView row="1">
<WrapLayout id="wrapLayoutWithExamples"/>
</ScrollView>
<ScrollView row="2">
<WrapLayout id="wrapLayoutWithOldExamples"/>
</ScrollView>
</GridLayout>
</Page>