Subversion Repository Public Repository

Nextrek

Diff Revisions 40 vs 41 for /WindowsPhone/NotizieTL/NotizieTL/MainPage.xaml

Diff revisions: vs.
  @@ -155,7 +155,7 @@
155 155 </Grid>
156 156
157 157 </StackPanel>
158 - <StackPanel x:Name="editNotePanel" Orientation="Horizontal" Width="200" Height="100" Margin="260,75,0,0" Visibility="Collapsed" >
158 + <StackPanel x:Name="editNotePanel" Orientation="Horizontal" Width="200" Height="100" Margin="260,60,0,0" Visibility="Collapsed" >
159 159 <Button x:Name="deleteNoteButton" Height="100" Width="100" BorderThickness="0" Click="deleteNoteButton_Click">
160 160 <Button.Background>
161 161 <ImageBrush ImageSource="/images/appbar.delete.rest.black.png"></ImageBrush>
  @@ -177,8 +177,39 @@
177 177 <ImageBrush ImageSource="/images/reloadGray.png"></ImageBrush>
178 178 </Button.Background>
179 179 </Button>
180 -
181 -
180 +
181 +
182 + <Border x:Name="artAddFavCanvas" Height="100" Width="430" CornerRadius="5" VerticalAlignment="Top" Margin="0,20,0,0" Visibility="Collapsed">
183 + <Border.Background>
184 + <ImageBrush ImageSource="/images/sfondoOpaco.png" />
185 + </Border.Background>
186 + <TextBlock FontSize="35" Width="430" Height="50" Margin="0,-5,0,0" TextAlignment="Center" FontWeight="Bold" VerticalAlignment="Center" Foreground="White" >AGGIUNTO AI PREFERITI</TextBlock>
187 + </Border>
188 +
189 + <Border x:Name="artDelFavCanvas" Height="50" Width="300" Visibility="Collapsed">
190 + <Border.Background>
191 + <ImageBrush ImageSource="/images/sfondoOpaco.png" />
192 + </Border.Background>
193 + <TextBlock FontSize="50" Width="300" Height="50" TextAlignment="Center" FontWeight="Bold" >Rimossi dai preferiti</TextBlock>
194 + </Border>
195 +
196 + <Border x:Name="savedNoteCanvas" Height="100" Width="430" CornerRadius="5" VerticalAlignment="Top" Margin="0,175,0,0" Visibility="Collapsed">
197 + <Border.Background>
198 + <ImageBrush ImageSource="/images/sfondoOpaco.png" />
199 + </Border.Background>
200 + <TextBlock FontSize="40" Width="430" Height="100" TextAlignment="Center" FontWeight="Bold" Foreground="White" Margin="0,15,0,0" >NOTA SALVATA</TextBlock>
201 + </Border>
202 +
203 + <Border x:Name="deletedNoteCanvas" Height="100" Width="430" CornerRadius="5" VerticalAlignment="Top" Margin="0,175,0,0" Visibility="Collapsed">
204 + <Border.Background>
205 + <ImageBrush ImageSource="/images/sfondoOpaco.png" />
206 + </Border.Background>
207 + <TextBlock FontSize="40" Width="430" Height="100" TextAlignment="Center" FontWeight="Bold" Foreground="White" Margin="0,15,0,0" >NOTA CANCELLATA</TextBlock>
208 + </Border>
209 +
210 +
211 +
212 +
182 213 <Canvas x:Name="splashScreenCanvas" Visibility="Collapsed">
183 214 <Canvas.Background>
184 215 <ImageBrush ImageSource="/images/sfondo.jpg"></ImageBrush>
  @@ -200,13 +231,13 @@
200 231 <phone:PhoneApplicationPage.ApplicationBar>
201 232 <shell:ApplicationBar IsVisible="false" IsMenuEnabled="True" Mode="Default" >
202 233 <shell:ApplicationBarIconButton x:Name="appBarPrev" IconUri="/images/appbar.back.rest.png" Text="precedente" Click="appBarPrev_Click" />
203 - <shell:ApplicationBarIconButton x:Name="appBarDelete" IconUri="/images/appbar.delete.rest.png" Text="rimuovi selezionati" Click="appBarDelete_Click" />
234 + <shell:ApplicationBarIconButton x:Name="appBarDelete" IsEnabled="False" IconUri="/images/appbar.delete.rest.png" Text="rimuovi selezionati" Click="appBarDelete_Click" />
204 235 <shell:ApplicationBarIconButton x:Name="appBarAddFavorites" IconUri="/images/appbar.favs.addto.rest.png" Text="aggiungi ai preferiti" Click="appBarAddFavorites_Click" />
205 236 <shell:ApplicationBarIconButton x:Name="appBarNext" IconUri="/images/appbar.next.rest.png" Text="successivo" Click="appBarNext_Click" />
206 237 <shell:ApplicationBar.MenuItems>
207 238 <!--<shell:ApplicationBarMenuItem x:Name="appBarZoomIn" Text="zoom in" Click="appBarZoomIn_Click" />
208 239 <shell:ApplicationBarMenuItem x:Name="appBarZoomOut" Text="zoom out" Click="appBarZoomOut_Click"/>-->
209 - <shell:ApplicationBarMenuItem x:Name="appBarFullScreen" Text="schermo intero" Click="appBarFullScreen_Click"/>
240 + <!--<shell:ApplicationBarMenuItem x:Name="appBarFullScreen" Text="schermo intero" Click="appBarFullScreen_Click"/>-->
210 241 <shell:ApplicationBarMenuItem x:Name="appBarAddNote" Text="aggiungi nota" Click="appBarAddNote_Click"/>
211 242 <shell:ApplicationBarMenuItem x:Name="appBarCondividi" Text="condividi" Click="appBarCondividi_Click"/>
212 243 <shell:ApplicationBarMenuItem x:Name="appBarInfo" Text="informazioni" Click="appBarinfo_Click"/>