|
2 | 2 | <ScrollView> |
3 | 3 | <StackLayout> |
4 | 4 | <WrapLayout> |
5 | | - <Label text="labelLabel" style="letter-spacing: -1;" /> |
| 5 | + <Label text="labelLabel" style="letter-spacing: -0.1;" /> |
6 | 6 | <Label text="labelLabel" style="letter-spacing: 0;" /> |
7 | | - <Label text="labelLabel" style="letter-spacing: 1;" /> |
| 7 | + <Label text="labelLabel" style="letter-spacing: 0.1;" /> |
8 | 8 | </WrapLayout> |
9 | | - <Label text="labelLabel" style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;" /> |
10 | | - <Label style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;"> |
| 9 | + <Label text="labelLabel" style="text-transform: uppercase; text-decoration: underline line-through;letter-spacing: 0.1;" /> |
| 10 | + <Label style="text-transform: uppercase; text-decoration: underline line-through;letter-spacing: 0.1;"> |
11 | 11 | <Label.formattedText> |
12 | 12 | <FormattedString> |
13 | 13 | <FormattedString.spans> |
|
18 | 18 | </Label.formattedText> |
19 | 19 | </Label> |
20 | 20 | <WrapLayout> |
21 | | - <Button text="buttonButton" style="letter-spacing: -1;" /> |
| 21 | + <Button text="buttonButton" style="letter-spacing: -0.1;" /> |
22 | 22 | <Button text="buttonButton" style="letter-spacing: 0;" /> |
23 | | - <Button text="buttonButton" style="letter-spacing: 1;" /> |
| 23 | + <Button text="buttonButton" style="letter-spacing: 0.1;" /> |
24 | 24 | </WrapLayout> |
25 | | - <Button text="buttonButton" style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;" /> |
| 25 | + <Button text="buttonButton" style="text-transform: uppercase; text-decoration: underline line-through;letter-spacing: 0.1;" /> |
26 | 26 | <!--<android>--> |
27 | | - <Button style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;"> |
| 27 | + <Button style="text-transform: uppercase; text-decoration: underline line-through;letter-spacing: 0.1;"> |
28 | 28 | <Button.formattedText> |
29 | 29 | <FormattedString> |
30 | 30 | <FormattedString.spans> |
|
36 | 36 | </Button> |
37 | 37 | <!--</android>--> |
38 | 38 | <WrapLayout> |
39 | | - <ios> |
40 | | - <TextField text="textField" style="letter-spacing: -1;" /> |
41 | | - </ios> |
| 39 | + <TextField text="textField" style="letter-spacing: -0.1;" /> |
42 | 40 | <TextField text="textField" style="letter-spacing: 0;" /> |
43 | | - <TextField text="textField" style="letter-spacing: 1;" /> |
| 41 | + <TextField text="textField" style="letter-spacing: 0.1;" /> |
44 | 42 | </WrapLayout> |
45 | | - <TextField text="textField" style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;" /> |
| 43 | + <TextField text="textField" style="text-transform: uppercase; text-decoration: underline line-through;letter-spacing: 0.1;" /> |
46 | 44 | <!--<android>--> |
47 | | - <TextField style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;"> |
| 45 | + <TextField style="text-transform: uppercase; text-decoration: underline line-through;letter-spacing: 0.1;"> |
48 | 46 | <TextField.formattedText> |
49 | 47 | <FormattedString> |
50 | 48 | <FormattedString.spans> |
|
56 | 54 | </TextField> |
57 | 55 | <!--</android>--> |
58 | 56 | <WrapLayout> |
59 | | - <TextView text="textView" style="letter-spacing: -1;" /> |
| 57 | + <TextView text="textView" style="letter-spacing: -0.1;" /> |
60 | 58 | <TextView text="textView" style="letter-spacing: 0;" /> |
61 | | - <TextView text="textView" style="letter-spacing: 1;" /> |
| 59 | + <TextView text="textView" style="letter-spacing: 0.1;" /> |
62 | 60 | </WrapLayout> |
63 | | - <TextView text="textView" style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;" /> |
| 61 | + <TextView text="textView" style="text-transform: uppercase; text-decoration: underline line-through;letter-spacing: 0.1;" /> |
64 | 62 | <!--<android>--> |
65 | | - <TextView style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;"> |
| 63 | + <TextView style="text-transform: uppercase; text-decoration: underline line-through;letter-spacing: 0.1;"> |
66 | 64 | <TextView.formattedText> |
67 | 65 | <FormattedString> |
68 | 66 | <FormattedString.spans> |
|
0 commit comments