Subversion Repository Public Repository

Nextrek

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

Diff revisions: vs.
  @@ -156,7 +156,7 @@
156 156 </StackPanel>
157 157
158 158
159 - <TextBlock x:Name="nomeAppTesto" Height="35" Width="300" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="65,11,0,0" Foreground="{StaticResource PhoneAccentBrush}" TextAlignment="Center" TextWrapping="Wrap" FontSize="24" FontFamily="Segoe WP">NOTIZIE TUTTO LAVORO</TextBlock>
159 + <TextBlock x:Name="nomeAppTesto" Height="35" Width="300" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="65,11,0,0" Foreground="{StaticResource PhoneAccentBrush}" TextAlignment="Center" TextWrapping="Wrap" FontSize="24" FontFamily="Segoe WP" Text="{Binding}" ></TextBlock>
160 160
161 161 <Button x:Name="refreshButton" Width="77" Height="77" BorderThickness="0" Margin="0,4,33,0" VerticalAlignment="Top" HorizontalAlignment="Right" Click="refreshButton_Click" Style="{StaticResource ButtonStyleReload}">
162 162 <Button.Background>
  @@ -185,7 +185,7 @@
185 185 <TextBlock FontSize="35" Width="430" Height="50" Margin="0,-5,0,0" TextAlignment="Center" FontWeight="Bold" VerticalAlignment="Center" Foreground="White" >AGGIUNTO AI PREFERITI</TextBlock>
186 186 </Border>
187 187
188 - <Border x:Name="artDelFavCanvas" Height="100" Width="480" VerticalAlignment="Top" Margin="0,180,0,0" Visibility="Collapsed">
188 + <Border x:Name="artDelFavCanvas" Height="100" Width="480" VerticalAlignment="Bottom" Margin="0,180,0,0" Visibility="Collapsed">
189 189 <Border.Background>
190 190 <ImageBrush ImageSource="/images/sfondoOpaco.png" />
191 191 </Border.Background>
  @@ -199,7 +199,7 @@
199 199 <TextBlock FontSize="40" Width="430" Height="100" TextAlignment="Center" FontWeight="Bold" Foreground="White" Margin="0,15,0,0" >NOTA SALVATA</TextBlock>
200 200 </Border>
201 201
202 - <Border x:Name="deletedNoteCanvas" Height="100" Width="480" CornerRadius="0" VerticalAlignment="Top" Margin="0,175,0,0" Visibility="Collapsed">
202 + <Border x:Name="deletedNoteCanvas" Height="100" Width="480" CornerRadius="0" VerticalAlignment="Bottom" Margin="0,175,0,0" Visibility="Collapsed">
203 203 <Border.Background>
204 204 <ImageBrush ImageSource="/images/sfondoOpaco.png" />
205 205 </Border.Background>