Files
ZuneUIXTools/test/2.1/EXPLICITWARNING.UIX
T

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>