mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
Update letter sapcing page
This commit is contained in:
@ -1,12 +1,11 @@
|
||||
<Page>
|
||||
<ScrollView>
|
||||
<StackLayout>
|
||||
|
||||
<WrapLayout>
|
||||
<Label text="labelLabel" style="letter-spacing: -1;" />
|
||||
<Label text="labelLabel" style="letter-spacing: 0;" />
|
||||
<Label text="labelLabel" style="letter-spacing: 1;" />
|
||||
</WrapLayout>
|
||||
|
||||
<Label text="labelLabel" style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;" />
|
||||
<Label style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;">
|
||||
<Label.formattedText>
|
||||
@ -18,13 +17,11 @@
|
||||
</FormattedString>
|
||||
</Label.formattedText>
|
||||
</Label>
|
||||
|
||||
<WrapLayout>
|
||||
<Button text="buttonButton" style="letter-spacing: -1;" />
|
||||
<Button text="buttonButton" style="letter-spacing: 0;" />
|
||||
<Button text="buttonButton" style="letter-spacing: 1;" />
|
||||
</WrapLayout>
|
||||
|
||||
<Button text="buttonButton" style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;" />
|
||||
<!--<android>-->
|
||||
<Button style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;">
|
||||
@ -38,13 +35,13 @@
|
||||
</Button.formattedText>
|
||||
</Button>
|
||||
<!--</android>-->
|
||||
|
||||
<WrapLayout>
|
||||
<ios>
|
||||
<TextField text="textField" style="letter-spacing: -1;" />
|
||||
</ios>
|
||||
<TextField text="textField" style="letter-spacing: 0;" />
|
||||
<TextField text="textField" style="letter-spacing: 1;" />
|
||||
</WrapLayout>
|
||||
|
||||
<TextField text="textField" style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;" />
|
||||
<!--<android>-->
|
||||
<TextField style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;">
|
||||
@ -58,13 +55,11 @@
|
||||
</TextField.formattedText>
|
||||
</TextField>
|
||||
<!--</android>-->
|
||||
|
||||
<WrapLayout>
|
||||
<TextView text="textView" style="letter-spacing: -1;" />
|
||||
<TextView text="textView" style="letter-spacing: 0;" />
|
||||
<TextView text="textView" style="letter-spacing: 1;" />
|
||||
</WrapLayout>
|
||||
|
||||
<TextView text="textView" style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;" />
|
||||
<!--<android>-->
|
||||
<TextView style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;">
|
||||
@ -78,6 +73,6 @@
|
||||
</TextView.formattedText>
|
||||
</TextView>
|
||||
<!--</android>-->
|
||||
|
||||
</StackLayout>
|
||||
</ScrollView>
|
||||
</Page>
|
Reference in New Issue
Block a user