Switched to Gemini for UI

This commit is contained in:
Yoshi Askharoun
2022-05-03 11:53:36 -05:00
parent d738b04a38
commit c0fb203104
19 changed files with 586 additions and 17 deletions
+8
View File
@@ -0,0 +1,8 @@
<UIX xmlns="http://schemas.microsoft.com/2007/uix">
<UI Name="Default" />
<UI Name="Dialog">
<Properties>
<ProxyObject Name="Helper" />
</Properties>
</UI>
</UIX>
Binary file not shown.
+18
View File
@@ -0,0 +1,18 @@
<UIX xmlns="http://schemas.microsoft.com/2007/uix"
xmlns:dialog="res://ZuneShellResources!Dialog.uix"
xmlns:ctrDialog="res://UIXControls!Dialog.uix"
xmlns:zune="assembly://ZuneShell/ZuneUI">
<UI Name="Default">
<Content>
<zune:ZuneShell>
<Content>
<dialog:DarkDialogUI Model="{zune:StringId.IDS_PLAYLIST_EMPTY}">
<Popup>
<ctrDialog:Dialog/>
</Popup>
</dialog:DarkDialogUI>
</Content>
</zune:ZuneShell>
</Content>
</UI>
</UIX>
BIN
View File
Binary file not shown.