Update a test page.

This commit is contained in:
Vasil Chimev
2015-11-06 17:52:48 +02:00
parent 289361d5a6
commit c085e94265

View File

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