Files
NativeScript/apps/ui-tests-app/pages/switchandprogress.xml
Vladimir Enchev b1c330be65 test page added
2015-10-22 11:29:48 +03:00

6 lines
165 B
XML

<Page>
<StackLayout>
<Progress value="45" color="red" backgroundColor="green" />
<Switch color="red" backgroundColor="green" />
</StackLayout>
</Page>