mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
19 lines
702 B
Plaintext
19 lines
702 B
Plaintext
<!-- Copyright (C) Microsoft Corporation. All rights reserved. -->
|
|
<UIX
|
|
xmlns="http://schemas.microsoft.com/2007/uix"
|
|
xmlns:zune="assembly://ZuneShell/ZuneUI"
|
|
xmlns:core="res://ZuneShellResources!Controls.uix"
|
|
xmlns:styles="res://ZuneShellResources!Styles.uix">
|
|
|
|
|
|
<UI Name="PodcastExplicitWarning">
|
|
<Content>
|
|
<Graphic Content="{styles:Styles.WarningBackground}" SizingPolicy="SizeToChildren" MinimumSize="13,0" Padding="3,-1,3,1">
|
|
<Children>
|
|
<core:Label Name="ExplicitLabel" Content="{zune:Shell.LoadString(zune:StringId.IDS_EXPLICIT_TEXT)}" Style="{styles:SharedStyles.PodcastWarningStyle}"/>
|
|
</Children>
|
|
</Graphic>
|
|
</Content>
|
|
</UI>
|
|
</UIX>
|