Files
NativeScript/e2e/ui-tests-app/app/events/i86-page.xml
2019-09-19 15:40:31 +03:00

15 lines
461 B
XML

<Page>
<StackLayout>
<Label margin="2">
<Label.formattedText>
<FormattedString color="White">
<FormattedString.spans>
<Span text="FormattedString foregroundColor cannot be set to named color" />
<Span text="https://github.com/NativeScript/cross-platform-modules/issues/86"/>
</FormattedString.spans>
</FormattedString>
</Label.formattedText>
</Label>
</StackLayout>
</Page>