mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 06:10:56 +08:00
14 lines
474 B
XML
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> |