Subversion Repository Public Repository

Nextrek

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

Diff revisions: vs.
  @@ -75,10 +75,10 @@
75 75 <!--Pivot item two-->
76 76 <controls:PivotItem Header="preferiti">
77 77 <!--Triple line list no text wrapping-->
78 - <ListBox Name="feedListPreferiti" Margin="0,-20,-12,0" Foreground="Red" ItemsSource="{Binding Items}" ScrollViewer.VerticalScrollBarVisibility="Auto" >
78 + <ListBox Name="feedListPreferiti" Margin="0,-20,-12,0" Foreground="Red" ItemsSource="{Binding Items}" SelectionMode="Multiple" ScrollViewer.VerticalScrollBarVisibility="Auto" >
79 79 <ListBox.ItemTemplate>
80 80 <DataTemplate>
81 - <StackPanel Orientation="Horizontal" Background="{StaticResource PhoneAccentBrush}">
81 + <StackPanel Orientation="Horizontal" Background="LightGray">
82 82 <CheckBox IsChecked="{Binding IsChecked}" Checked="CheckBox_Checked" Unchecked="CheckBox_Unchecked" Margin="10,0,0,0" />
83 83 <StackPanel x:Name="boxArticoloPreferito" Width="420" Orientation="Vertical" Margin="0,0,0,0" Tap="articoloPreferitoPanel_Tap" Loaded="boxArticoloPreferito_Loaded">
84 84 <!--Replace rectangle with image-->
  @@ -179,18 +179,18 @@
179 179 </Button>
180 180
181 181
182 - <Border x:Name="artAddFavCanvas" Height="100" Width="430" CornerRadius="5" VerticalAlignment="Top" Margin="0,20,0,0" Visibility="Collapsed">
182 + <Border x:Name="artAddFavCanvas" Height="100" Width="480" CornerRadius="0" VerticalAlignment="Top" Margin="0,20,0,0" Visibility="Collapsed">
183 183 <Border.Background>
184 184 <ImageBrush ImageSource="/images/sfondoOpaco.png" />
185 185 </Border.Background>
186 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 187 </Border>
188 188
189 - <Border x:Name="artDelFavCanvas" Height="50" Width="300" Visibility="Collapsed">
189 + <Border x:Name="artDelFavCanvas" Height="100" Width="480" VerticalAlignment="Top" Margin="0,180,0,0" Visibility="Collapsed">
190 190 <Border.Background>
191 191 <ImageBrush ImageSource="/images/sfondoOpaco.png" />
192 192 </Border.Background>
193 - <TextBlock FontSize="50" Width="300" Height="50" TextAlignment="Center" FontWeight="Bold" >Rimossi dai preferiti</TextBlock>
193 + <TextBlock FontSize="37" Width="430" Height="50" TextAlignment="Center" FontWeight="Bold" Foreground="White" >RIMOSSI DAI PREFERITI</TextBlock>
194 194 </Border>
195 195
196 196 <Border x:Name="savedNoteCanvas" Height="100" Width="430" CornerRadius="5" VerticalAlignment="Top" Margin="0,175,0,0" Visibility="Collapsed">
  @@ -200,7 +200,7 @@
200 200 <TextBlock FontSize="40" Width="430" Height="100" TextAlignment="Center" FontWeight="Bold" Foreground="White" Margin="0,15,0,0" >NOTA SALVATA</TextBlock>
201 201 </Border>
202 202
203 - <Border x:Name="deletedNoteCanvas" Height="100" Width="430" CornerRadius="5" VerticalAlignment="Top" Margin="0,175,0,0" Visibility="Collapsed">
203 + <Border x:Name="deletedNoteCanvas" Height="100" Width="480" CornerRadius="0" VerticalAlignment="Top" Margin="0,175,0,0" Visibility="Collapsed">
204 204 <Border.Background>
205 205 <ImageBrush ImageSource="/images/sfondoOpaco.png" />
206 206 </Border.Background>