mirror of
https://github.com/ZuneDev/Xune.git
synced 2026-07-27 13:13:10 -07:00
23 lines
546 B
Plaintext
23 lines
546 B
Plaintext
<UIX xmlns="http://schemas.microsoft.com/2007/uix">
|
|
<UI Name="Default">
|
|
<!--<Locals>
|
|
<Image Name="Icon" Source="res://ZuneShellResources.dll!PAVO.ATOMIC.LARGE.DEFAULT.PNG"/>
|
|
</Locals>-->
|
|
|
|
<Content>
|
|
<Graphic Name="IconGraphic">
|
|
<Content>
|
|
<Image Source="res://ZuneShellResources.dll!PAVO.ATOMIC.LARGE.DEFAULT.PNG"/>
|
|
</Content>
|
|
</Graphic>
|
|
</Content>
|
|
</UI>
|
|
|
|
<UI Name="Alt">
|
|
<Content>
|
|
<Text Color="Blue" Font="JetBrains Mono">
|
|
<Content>This is some blue text</Content>
|
|
</Text>
|
|
</Content>
|
|
</UI>
|
|
</UIX> |