Update automationText of run button

This commit is contained in:
SvetoslavTsenov
2016-09-13 17:48:56 +03:00
parent 9852887557
commit 9a36824dbb

View File

@ -3,7 +3,7 @@
<GridLayout rows="auto, *, *"> <GridLayout rows="auto, *, *">
<StackLayout id="parentLayout"> <StackLayout id="parentLayout">
<TextView automationText="tv" id="textView" text="{{ exampleName }}"/> <TextView automationText="tv" id="textView" text="{{ exampleName }}"/>
<Button automationText="btn" id="btnRun" text="Run" tap="{{ loadOldExmaples }}"/> <Button automationText="Run" id="btnRun" text="Run" tap="{{ loadOldExmaples }}"/>
</StackLayout> </StackLayout>
<ScrollView row="1"> <ScrollView row="1">
<WrapLayout id="wrapLayoutWithExamples"/> <WrapLayout id="wrapLayoutWithExamples"/>