mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
17 lines
434 B
Plaintext
17 lines
434 B
Plaintext
<UIX xmlns="http://schemas.microsoft.com/2007/uix">
|
|
<UI Name="Default">
|
|
<Content>
|
|
<Text Color="Red">
|
|
<Content>Howdy from Microsoft.Iris!</Content>
|
|
</Text>
|
|
</Content>
|
|
</UI>
|
|
|
|
<UI Name="Alt">
|
|
<Content>
|
|
<Text Color="Blue" Font="JetBrains Mono">
|
|
<Content>This is some blue text</Content>
|
|
</Text>
|
|
</Content>
|
|
</UI>
|
|
</UIX> |