Files
NativeScript/apps/app/ui-tests-app/pages/i86.xml
2017-02-23 17:09:19 +02:00

14 lines
464 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>