mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
Update automationText of run button
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<GridLayout rows="auto, *, *">
|
||||
<StackLayout id="parentLayout">
|
||||
<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>
|
||||
<ScrollView row="1">
|
||||
<WrapLayout id="wrapLayoutWithExamples"/>
|
||||
|
Reference in New Issue
Block a user