mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Add ScrollView to issue-3007.xml page
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
<Page id="Page" xmlns="http://schemas.nativescript.org/tns.xsd">
|
<Page id="Page" xmlns="http://schemas.nativescript.org/tns.xsd">
|
||||||
|
<ScrollView height="auto">
|
||||||
<StackLayout id="StackLayout">
|
<StackLayout id="StackLayout">
|
||||||
<Image id="Image" width="100" height="100" class="elementStyle" src="~/ui-tests-app/image-view/gravatar.png"/>
|
<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" />
|
<Button id="Button" backgroundColor="blue" class="elementStyle" text="TAP" />
|
||||||
@ -6,5 +7,6 @@
|
|||||||
<TextField id="TextField" backgroundColor="green" class="elementStyle" hint="" text="Sample textfield" />
|
<TextField id="TextField" backgroundColor="green" class="elementStyle" hint="" text="Sample textfield" />
|
||||||
<TextView id="TextView" class="elementStyle" text="Sample text view" backgroundColor="yellow" editable="true" />
|
<TextView id="TextView" class="elementStyle" text="Sample text view" backgroundColor="yellow" editable="true" />
|
||||||
<AbsoluteLayout id="AbsoluteLayout" class="container"/>
|
<AbsoluteLayout id="AbsoluteLayout" class="container"/>
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
|
</ScrollView>
|
||||||
</Page>
|
</Page>
|
Reference in New Issue
Block a user