Files

14 lines
474 B
XML

<Page>
<StackLayout>
<Label margin="2">
<Label.formattedText>
<FormattedString foregroundColor="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>