Files
NativeScript/e2e/ui-tests-app/app/css/radius-page.xml
2019-06-20 15:58:36 +03:00

9 lines
356 B
XML

<Page>
<StackLayout>
<TextView text="TextView" borderRadius="17" backgroundColor="lightpink"/>
<TextField text="TextField" borderRadius="29" backgroundColor="lightsalmon"/>
<Button text="Button" borderRadius="41" backgroundColor="lightcoral"/>
<Label text="Label" borderRadius="53" backgroundColor="lightgreen"/>
</StackLayout>
</Page>