From 83ea4b07788df8d5da9286372ca9bdf76b5513fd Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 23 Apr 2013 12:29:01 +0400 Subject: Move PostItem DataTemplate to Resources, add sample data to ThreadView, enable bitmap CacheMode, remove incomplete Validation --- Juick/MainPage.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Juick/MainPage.xaml') diff --git a/Juick/MainPage.xaml b/Juick/MainPage.xaml index 45e1ff9..306555c 100644 --- a/Juick/MainPage.xaml +++ b/Juick/MainPage.xaml @@ -13,7 +13,7 @@ FontSize="{StaticResource PhoneFontSizeNormal}" Foreground="{StaticResource PhoneForegroundBrush}" SupportedOrientations="PortraitOrLandscape" Orientation="Portrait" - phoneshell:SystemTray.IsVisible="True"> + phoneshell:SystemTray.IsVisible="True" CacheMode="BitmapCache"> -- cgit v1.2.3