mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
15 lines
461 B
XML
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>
|