Files
2016-01-20 15:36:50 +02:00

7 lines
253 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<Page loaded="pageLoaded">
<GridLayout rows="auto, *">
<Button automationText="btn" text="Run" tap="selectExample" />
<TextView automationText="tv" row="1" text="{{ selected }}"/>
</GridLayout>
</Page>