Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<ResourceDictionary
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:Microsoft.Advertising.WinRT.UI">
    <Style TargetType="local:AdControl">
        <Setter Property="Template">
            <Setter.Value>
                <ControlTemplate TargetType="local:AdControl">
                    <StackPanel x:Name="LayoutRoot">
                    </StackPanel>
                </ControlTemplate>
            </Setter.Value>
        </Setter>
    </Style>
</ResourceDictionary>


Commits for Nextrek/Windows8/GuidaTv/GuidaTv/bin/Release/AppX/Microsoft.Advertising.WinRT.UI/Themes/Generic.xaml

Diff revisions: vs.
Revision Author Commited Message
21 JMBauan picture JMBauan Wed 26 Jun, 2013 10:48:36 +0000