Files
NativeScript/apps/ui-tests-app/pages/switchandprogress.xml
2015-11-06 17:52:48 +02:00

8 lines
350 B
XML

<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" />
</StackLayout>
</Page>