|
6 | 6 | <Label.formattedText> |
7 | 7 | <FormattedString> |
8 | 8 | <FormattedString.spans> |
9 | | - <Span text="label" fontAttributes="Bold" foregroundColor="#0000ff" /> |
10 | | - <Span text="Label" fontAttributes="Italic" foregroundColor="#00ff00" /> |
| 9 | + <Span text="label" fontWeight="bold" color="#0000ff" /> |
| 10 | + <Span text="Label" fontStyle="italic" color="#00ff00" /> |
11 | 11 | </FormattedString.spans> |
12 | 12 | </FormattedString> |
13 | 13 | </Label.formattedText> |
|
16 | 16 | <Label.formattedText> |
17 | 17 | <FormattedString> |
18 | 18 | <FormattedString.spans> |
19 | | - <Span text="label" fontAttributes="Bold" foregroundColor="#0000ff" /> |
20 | | - <Span text="Label" fontAttributes="Italic" foregroundColor="#00ff00" /> |
| 19 | + <Span text="label" fontWeight="bold" color="#0000ff" /> |
| 20 | + <Span text="Label" fontStyle="italic" color="#00ff00" /> |
21 | 21 | </FormattedString.spans> |
22 | 22 | </FormattedString> |
23 | 23 | </Label.formattedText> |
|
28 | 28 | <Button.formattedText> |
29 | 29 | <FormattedString> |
30 | 30 | <FormattedString.spans> |
31 | | - <Span text="button" fontAttributes="Bold" foregroundColor="#0000ff" /> |
32 | | - <Span text="Button" fontAttributes="Italic" foregroundColor="#00ff00" /> |
| 31 | + <Span text="button" fontWeight="bold" color="#0000ff" /> |
| 32 | + <Span text="Button" fontStyle="italic" color="#00ff00" /> |
33 | 33 | </FormattedString.spans> |
34 | 34 | </FormattedString> |
35 | 35 | </Button.formattedText> |
|
38 | 38 | <Button.formattedText> |
39 | 39 | <FormattedString> |
40 | 40 | <FormattedString.spans> |
41 | | - <Span text="button" fontAttributes="Bold" foregroundColor="#0000ff" /> |
42 | | - <Span text="Button" fontAttributes="Italic" foregroundColor="#00ff00" /> |
| 41 | + <Span text="button" fontWeight="bold" color="#0000ff" /> |
| 42 | + <Span text="Button" fontStyle="italic" color="#00ff00" /> |
43 | 43 | </FormattedString.spans> |
44 | 44 | </FormattedString> |
45 | 45 | </Button.formattedText> |
|
50 | 50 | <TextField.formattedText> |
51 | 51 | <FormattedString> |
52 | 52 | <FormattedString.spans> |
53 | | - <Span text="text" fontAttributes="Bold" foregroundColor="#0000ff" /> |
54 | | - <Span text="Field" fontAttributes="Italic" foregroundColor="#00ff00" /> |
| 53 | + <Span text="text" fontWeight="bold" color="#0000ff" /> |
| 54 | + <Span text="Field" fontStyle="italic" color="#00ff00" /> |
55 | 55 | </FormattedString.spans> |
56 | 56 | </FormattedString> |
57 | 57 | </TextField.formattedText> |
|
60 | 60 | <TextField.formattedText> |
61 | 61 | <FormattedString> |
62 | 62 | <FormattedString.spans> |
63 | | - <Span text="text" fontAttributes="Bold" foregroundColor="#0000ff" /> |
64 | | - <Span text="Field" fontAttributes="Italic" foregroundColor="#00ff00" /> |
| 63 | + <Span text="text" fontWeight="bold" color="#0000ff" /> |
| 64 | + <Span text="Field" fontStyle="italic" color="#00ff00" /> |
65 | 65 | </FormattedString.spans> |
66 | 66 | </FormattedString> |
67 | 67 | </TextField.formattedText> |
|
72 | 72 | <TextView.formattedText> |
73 | 73 | <FormattedString> |
74 | 74 | <FormattedString.spans> |
75 | | - <Span text="text" fontAttributes="Bold" foregroundColor="#0000ff" /> |
76 | | - <Span text="View" fontAttributes="Italic" foregroundColor="#00ff00" /> |
| 75 | + <Span text="text" fontWeight="bold" color="#0000ff" /> |
| 76 | + <Span text="View" fontStyle="italic" color="#00ff00" /> |
77 | 77 | </FormattedString.spans> |
78 | 78 | </FormattedString> |
79 | 79 | </TextView.formattedText> |
|
82 | 82 | <TextView.formattedText> |
83 | 83 | <FormattedString> |
84 | 84 | <FormattedString.spans> |
85 | | - <Span text="text" fontAttributes="Bold" foregroundColor="#0000ff" /> |
86 | | - <Span text="View" fontAttributes="Italic" foregroundColor="#00ff00" /> |
| 85 | + <Span text="text" fontWeight="bold" color="#0000ff" /> |
| 86 | + <Span text="View" fontStyle="italic" color="#00ff00" /> |
87 | 87 | </FormattedString.spans> |
88 | 88 | </FormattedString> |
89 | 89 | </TextView.formattedText> |
|
0 commit comments