mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
15 lines
528 B
XML
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> |