Files
NativeScript/apps/ui/app/events/i86-page.xml
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07: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>