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/LoginView.xaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Juick/LoginView.xaml') diff --git a/Juick/LoginView.xaml b/Juick/LoginView.xaml index 004580a..3e204a4 100644 --- a/Juick/LoginView.xaml +++ b/Juick/LoginView.xaml @@ -9,10 +9,9 @@ xmlns:viewModels="clr-namespace:Juick.ViewModels" FontFamily="{StaticResource PhoneFontFamilyNormal}" FontSize="{StaticResource PhoneFontSizeNormal}" - Foreground="{StaticResource PhoneForegroundBrush}" SupportedOrientations="Portrait" Orientation="Portrait" mc:Ignorable="d" d:DesignHeight="768" d:DesignWidth="480" - phoneshell:SystemTray.IsVisible="True"> + phoneshell:SystemTray.IsVisible="True" CacheMode="BitmapCache"> -- cgit v1.2.3