mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
12 lines
430 B
XML
12 lines
430 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="{{ loadExmaple }}" />
|
|
</StackLayout>
|
|
<ScrollView row="1">
|
|
<WrapLayout id="wrapLayoutWithExamples"/>
|
|
</ScrollView>
|
|
</GridLayout>
|
|
</Page> |