Subversion Repository Public Repository

Nextrek

Diff Revisions 42 vs 43 for /WindowsPhone/NotizieTL/NotizieTL/AnimatedSplashScreen.xaml

Diff revisions: vs.
  @@ -35,15 +35,37 @@
35 35
36 36
37 37 <StackPanel x:Name="LayoutRoot" Background="white" Height="800" Width="480">
38 - <Image Source="/images/tuttolavoro.jpg" Stretch="Uniform" Width="400" Margin="40,100,0,0"></Image>
39 - <TextBlock Text="Powered by Nextrek" HorizontalAlignment="Right" x:Name="text" Foreground="Silver" FontSize="20" TextWrapping="Wrap" Margin="0,10,20,0"/>
40 - <Image Source="/NotizieTL;component/images/ic_logo_loader.png" Height="100" Width="100" x:Name="logoImage" Stretch="Uniform" Margin="0,100,0,100">
38 + <!--<Image Source="/images/tuttolavoro.jpg" Stretch="Uniform" Width="400" Margin="40,100,0,0"></Image>-->
39 + <!--<Image Width="50" Height="50" Margin="0,0,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" Source="/NotizieTL;component/images/ic_logo_loader.png"></Image>
40 + <Image Width="50" Height="50" Margin="0,-50,-50,0" VerticalAlignment="Top" HorizontalAlignment="Right" Source="/NotizieTL;component/images/ic_logo_loader.png">
41 + <Image.RenderTransform>
42 + <CompositeTransform Rotation="90"/>
43 + </Image.RenderTransform>
44 + </Image>-->
45 +
46 +
47 +
48 + <Image Source="iconaNotizieTL173x173.png" Height="250" Width="250" x:Name="logoImage" Stretch="Uniform" Margin="-150,50,0,0">
41 49 <Image.Projection>
42 50 <PlaneProjection/>
43 51 </Image.Projection>
44 52 </Image>
45 - <toolkit:PerformanceProgressBar IsIndeterminate="True" Foreground="{StaticResource PhoneAccentBrush}"/>
53 + <TextBlock Text="Powered by Nextrek" HorizontalAlignment="Right" x:Name="text" Foreground="Silver" FontSize="20" FontWeight="Bold" TextWrapping="Wrap" Margin="0,0,150,0"/>
54 + <toolkit:PerformanceProgressBar IsIndeterminate="True" Foreground="{StaticResource PhoneAccentBrush}" Margin="0,120,0,0" />
55 +
56 + <!--<Image Width="50" Height="50" Margin="0,289,0,0" VerticalAlignment="Bottom" HorizontalAlignment="Left" Source="/NotizieTL;component/images/ic_logo_loader.png">
57 + <Image.RenderTransform>
58 + <CompositeTransform Rotation="-90"/>
59 + </Image.RenderTransform>
60 + </Image>-->
61 + <Image Width="130" Height="130" Margin="350,220,0,0" Source="/NotizieTL;component/images/ic_logo_loader2.png">
62 +
63 + </Image>
64 +
65 +
46 66
67 +
68 +
47 69 </StackPanel>
48 70
49 71 </UserControl>