mirror of
https://github.com/ZuneDev/Xune.git
synced 2026-07-27 13:13:10 -07:00
Changed Home.uix#Default to demo images
This commit is contained in:
+21
-15
@@ -1,17 +1,23 @@
|
|||||||
<UIX xmlns="http://schemas.microsoft.com/2007/uix">
|
<UIX xmlns="http://schemas.microsoft.com/2007/uix">
|
||||||
<UI Name="Default">
|
<UI Name="Default">
|
||||||
<Content>
|
<!--<Locals>
|
||||||
<Text Color="Red">
|
<Image Name="Icon" Source="res://ZuneShellResources.dll!PAVO.ATOMIC.LARGE.DEFAULT.PNG"/>
|
||||||
<Content>Howdy from Microsoft.Iris!</Content>
|
</Locals>-->
|
||||||
</Text>
|
|
||||||
</Content>
|
<Content>
|
||||||
</UI>
|
<Graphic Name="IconGraphic">
|
||||||
|
<Content>
|
||||||
<UI Name="Alt">
|
<Image Source="res://ZuneShellResources.dll!PAVO.ATOMIC.LARGE.DEFAULT.PNG"/>
|
||||||
<Content>
|
</Content>
|
||||||
<Text Color="Blue" Font="JetBrains Mono">
|
</Graphic>
|
||||||
<Content>This is some blue text</Content>
|
</Content>
|
||||||
</Text>
|
</UI>
|
||||||
</Content>
|
|
||||||
</UI>
|
<UI Name="Alt">
|
||||||
|
<Content>
|
||||||
|
<Text Color="Blue" Font="JetBrains Mono">
|
||||||
|
<Content>This is some blue text</Content>
|
||||||
|
</Text>
|
||||||
|
</Content>
|
||||||
|
</UI>
|
||||||
</UIX>
|
</UIX>
|
||||||
Reference in New Issue
Block a user