Subversion Repository Public Repository

Nextrek

Diff Revisions 44 vs 45 for /WindowsPhone/NotizieTL/NotizieTL/Information.xaml

Diff revisions: vs.
  @@ -21,14 +21,11 @@
21 21 </Grid.RowDefinitions>
22 22
23 23 <!--TitlePanel contains the name of the application and page title-->
24 - <StackPanel x:Name="TitlePanel" Grid.Row="0" Margin="12,17,0,28">
24 + <StackPanel x:Name="TitlePanel" Grid.Row="0" Margin="12,37,0,28">
25 25 <TextBlock x:Name="ApplicationTitle" Text="INFO" />
26 26 <StackPanel Orientation="Horizontal">
27 27 <Image Width="35" Height="35" Margin="0,25,0,0" Source="/NotizieTL;component/images/ic_logo_loader.png"></Image>
28 28 <TextBlock x:Name="PageTitle" Text="Notizie TL" FontSize="28" Margin="2,15,0,0" Foreground="#FFFF9E00" />
29 - <!--<Image Height="20" Margin="10,10,0,0" Source="/pokeTVisionPremium;component/star.png"></Image>
30 - <TextBlock FontSize="28" Margin="0,15,0,0" Foreground="#FFFF9E00">Premium</TextBlock>
31 - <Image Height="20" Margin="0,10,0,0" Source="/pokeTVisionPremium;component/star.png"></Image>-->
32 29 </StackPanel>
33 30 <TextBlock Text="version 1.0" Margin="40,-3" FontSize="26" Foreground="#FFFF9E00" />
34 31 </StackPanel>
  @@ -45,38 +42,18 @@
45 42 <TextBlock>
46 43 Contact the support: developer.app@wki.it
47 44 </TextBlock>
45 +
46 + <HyperlinkButton></HyperlinkButton>
48 47
49 48 <TextBlock Margin="0,5">
50 49 © 2013 Wolters Kluwer s.r.l. - All Rights Reserved
51 50 </TextBlock>
52 51
53 - <!--<HyperlinkButton x:Name="termini" HorizontalAlignment="Left" FontSize="20" Margin="-10,0" Click="termini_Click">
54 - Terms and Conditions
55 - </HyperlinkButton>-->
56 -
57 52 <StackPanel Orientation="Horizontal" Margin="0,20,0,0">
58 53 <TextBlock Margin="0,0,20,0">Connessione in uso:</TextBlock>
59 54 <TextBlock x:Name="tipoConnessione" Foreground="{StaticResource PhoneAccentBrush}" FontSize="20" FontWeight="Bold"></TextBlock>
60 55 </StackPanel>
61 56
62 - <!--<StackPanel Orientation="Horizontal" Margin="0,15">
63 - <TextBlock FontSize="30" VerticalAlignment="Center" >
64 - SHARE ON
65 - </TextBlock>
66 -
67 - <Button x:Name="FacebookButton" Height="70" Width="70" Margin="30" BorderThickness="0">
68 - <Button.Background>
69 - <ImageBrush ImageSource="/pokeTVisionPremium;component/Facebook.png" />
70 - </Button.Background>
71 - </Button>
72 -
73 - <Button x:Name="TwitterButton" Height="70" Width="70" BorderThickness="0">
74 - <Button.Background>
75 - <ImageBrush ImageSource="/pokeTVisionPremium;component/twitter.png" />
76 - </Button.Background>
77 - </Button>
78 -
79 - </StackPanel>-->
80 57
81 58 <StackPanel Orientation="Vertical" Margin="0,90,0,0" Width="480" HorizontalAlignment="Center" >
82 59 <Button x:Name="rateButton" HorizontalAlignment="Center" Height="100" Width="200" Background="#FFFF9E00" BorderBrush="Black" Click="rateButton_Click">
  @@ -95,15 +72,7 @@
95 72 </Button.Content>
96 73 </Button>
97 74
98 - <!--<Button x:Name="feedbackbutton" HorizontalAlignment="Center" Height="100" Width="200" FontSize="22" Background="#FFFF9E00" BorderBrush="Black" Margin="0,0" Click="feedbackbutton_Click" >
99 - <Button.Content>
100 - <StackPanel Orientation="Vertical">
101 - <Image Height="30" Source="/images/feedback50.png"></Image>
102 - <TextBlock FontSize="20" HorizontalAlignment="Center">FEEDBACK</TextBlock>
103 - </StackPanel>
104 - </Button.Content>
105 - </Button>-->
106 -
75 +
107 76 <Button x:Name="moreAppsButton" HorizontalAlignment="Center" Height="100" Width="200" FontSize="22" Background="#FFFF9E00" BorderBrush="Black" Click="moreAppsButton_Click">
108 77 <Button.Content>
109 78 <StackPanel Orientation="Vertical">
  @@ -119,11 +88,7 @@
119 88
120 89 </StackPanel>
121 90
122 -
123 -
124 91
125 -
126 -
127 92 </Grid>
128 93
129 94 </Grid>