Update a test page.

In order to verify the fix of https://github.com/NativeScript/NativeScript/issues/986.
This commit is contained in:
Vasil Chimev
2015-11-13 10:25:50 +02:00
parent 532825ada8
commit 1ebb286091

View File

@@ -1,7 +1,6 @@
<Page>
<StackLayout>
<Progress value="42" color="red" backgroundColor="green" height="10" width="300" />
<Switch checked="true" color="red" backgroundColor="green" height="30" width="52" borderWidth="2" borderColor="blue" borderRadius="15"
verticalAlignment="center" horizontalAlignment="center" />
<Switch checked="true" color="red" backgroundColor="green" height="30" width="52" borderWidth="2" borderColor="blue" borderRadius="15" />
</StackLayout>
</Page>