Add ScrollView to issue-3007.xml page

This commit is contained in:
SvetoslavTsenov
2016-11-21 19:47:40 +02:00
parent a10587ed7c
commit 95e925b64b

View File

@ -1,4 +1,5 @@
<Page id="Page" xmlns="http://schemas.nativescript.org/tns.xsd">
<ScrollView height="auto">
<StackLayout id="StackLayout">
<Image id="Image" width="100" height="100" class="elementStyle" src="~/ui-tests-app/image-view/gravatar.png"/>
<Button id="Button" backgroundColor="blue" class="elementStyle" text="TAP" />
@ -7,4 +8,5 @@
<TextView id="TextView" class="elementStyle" text="Sample text view" backgroundColor="yellow" editable="true" />
<AbsoluteLayout id="AbsoluteLayout" class="container"/>
</StackLayout>
</ScrollView>
</Page>