mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-23 17:16:52 +08:00
7 lines
281 B
XML
7 lines
281 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" />
|
|
</StackLayout>
|
|
</Page>
|