mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
7 lines
361 B
XML
7 lines
361 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" ios:borderWidth="2" ios:borderColor="blue" ios:borderRadius="15"
|
|
verticalAlignment="center" horizontalAlignment="center" />
|
|
</StackLayout>
|
|
</Page> |