mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
7
apps/ui/app/scroll-view/scroll-enabled-page.xml
Normal file
7
apps/ui/app/scroll-view/scroll-enabled-page.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="pageLoaded" class="page">
|
||||
<ScrollView id="scroll-view" height="300">
|
||||
<StackLayout height="500" backgroundColor="red" pan="panLayout">
|
||||
<Label text="Move Me" color="#fff" fontSize="22"/>
|
||||
</StackLayout>
|
||||
</ScrollView>
|
||||
</Page>
|
||||
Reference in New Issue
Block a user