summaryrefslogtreecommitdiff
path: root/Juick/LoginView.xaml
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-04-23 12:29:01 +0400
committerGravatar Vitaly Takmazov2013-04-23 12:29:01 +0400
commit83ea4b07788df8d5da9286372ca9bdf76b5513fd (patch)
treee040378ee339396c4d5703bc5c7190c22604a9e0 /Juick/LoginView.xaml
parente7fb2a3794bc7fb3c6592312d2628d9d11eedf3b (diff)
Move PostItem DataTemplate to Resources, add sample data to ThreadView, enable bitmap CacheMode, remove incomplete Validation
Diffstat (limited to 'Juick/LoginView.xaml')
-rw-r--r--Juick/LoginView.xaml3
1 files changed, 1 insertions, 2 deletions
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">
<phone:PhoneApplicationPage.DataContext>
<viewModels:LoginViewModel />
</phone:PhoneApplicationPage.DataContext>