mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00
Include scenario for issue 'Switch not visible with NS 3.0 on ios #4175'
This commit is contained in:
@ -2,5 +2,6 @@
|
|||||||
<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" borderWidth="2" borderColor="blue" borderRadius="15" />
|
<Switch checked="true" color="red" backgroundColor="green" height="30" width="52" borderWidth="2" borderColor="blue" borderRadius="15" />
|
||||||
|
<Switch />
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
</Page>
|
</Page>
|
||||||
|
Reference in New Issue
Block a user