mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Switched to Gemini for UI
This commit is contained in:
@@ -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.
@@ -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>
|
||||
Binary file not shown.
Reference in New Issue
Block a user