mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
43 lines
1.6 KiB
XML
43 lines
1.6 KiB
XML
<Page>
|
|
<Page.actionBar>
|
|
<ActionBar title="Text transform" class="action-bar"></ActionBar>
|
|
</Page.actionBar>
|
|
<StackLayout>
|
|
<Button class="class-style" id="id-style">
|
|
<Button.formattedText>
|
|
<FormattedString>
|
|
<FormattedString.spans>
|
|
<Span text="button"></Span>
|
|
</FormattedString.spans>
|
|
</FormattedString>
|
|
</Button.formattedText>
|
|
</Button>
|
|
<TextView class="class-style" id="id-style">
|
|
<TextView.formattedText>
|
|
<FormattedString>
|
|
<FormattedString.spans>
|
|
<Span text="text view"></Span>
|
|
</FormattedString.spans>
|
|
</FormattedString>
|
|
</TextView.formattedText>
|
|
</TextView>
|
|
<TextField class="class-style" id="id-style">
|
|
<TextField.formattedText>
|
|
<FormattedString>
|
|
<FormattedString.spans>
|
|
<Span text="text field"></Span>
|
|
</FormattedString.spans>
|
|
</FormattedString>
|
|
</TextField.formattedText>
|
|
</TextField>
|
|
<Label class="class-style" id="id-style">
|
|
<TextField.formattedText>
|
|
<FormattedString>
|
|
<FormattedString.spans>
|
|
<Span text="l a b e l"></Span>
|
|
</FormattedString.spans>
|
|
</FormattedString>
|
|
</TextField.formattedText>
|
|
</Label>
|
|
</StackLayout>
|
|
</Page> |