summaryrefslogtreecommitdiff
path: root/Juick/MainPage.xaml
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-03-02 20:59:42 +0400
committerGravatar Vitaly Takmazov2013-03-02 20:59:42 +0400
commit6df49ee7c25d739ec6445a13e1aa828a4da41730 (patch)
tree8416a01a02c8dc3a24474e5cb56f1773df3595b0 /Juick/MainPage.xaml
parentdb8a3673bab9c0d27fbb98332d0c47922d9be209 (diff)
use LowProfileImageLoader also on Attachment
Diffstat (limited to 'Juick/MainPage.xaml')
-rw-r--r--Juick/MainPage.xaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Juick/MainPage.xaml b/Juick/MainPage.xaml
index dfa0c4f..013fc34 100644
--- a/Juick/MainPage.xaml
+++ b/Juick/MainPage.xaml
@@ -80,7 +80,7 @@
Foreground="{StaticResource PhoneForegroundBrush}"
Margin="5,0,5,5" VerticalAlignment="Top"
IsReadOnly="True" Text="{Binding MessageText}" />
- <Image Source="{Binding Attachment}" Grid.Row="2" Grid.Column="0" Margin="3" Grid.ColumnSpan="2" />
+ <Image bindings:LowProfileImageLoader.UriSource="{Binding Attachment}" Grid.Row="2" Grid.Column="0" Margin="3" Grid.ColumnSpan="2" />
<TextBlock Text="{Binding Status}" Grid.Row="3" Grid.Column="0" Grid.ColumnSpan="2"
Foreground="{StaticResource PhoneForegroundBrush}"
Style="{StaticResource PhoneTextAccentStyle}"
@@ -134,7 +134,7 @@
Foreground="{StaticResource PhoneForegroundBrush}"
Margin="5,0,5,5" VerticalAlignment="Top"
IsReadOnly="True" Text="{Binding MessageText}" />
- <Image Source="{Binding Attachment}" Grid.Row="2" Grid.Column="0" Margin="3" Grid.ColumnSpan="2" />
+ <Image bindings:LowProfileImageLoader.UriSource="{Binding Attachment}" Grid.Row="2" Grid.Column="0" Margin="3" Grid.ColumnSpan="2" />
<TextBlock Text="{Binding Status}" Grid.Row="3" Grid.Column="0" Grid.ColumnSpan="2"
Foreground="{StaticResource PhoneForegroundBrush}"
Style="{StaticResource PhoneTextAccentStyle}"