summaryrefslogtreecommitdiff
path: root/Juick/LoginView.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/LoginView.xaml')
-rw-r--r--Juick/LoginView.xaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Juick/LoginView.xaml b/Juick/LoginView.xaml
index 3e204a4..004580a 100644
--- a/Juick/LoginView.xaml
+++ b/Juick/LoginView.xaml
@@ -9,9 +9,10 @@
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" CacheMode="BitmapCache">
+ phoneshell:SystemTray.IsVisible="True">
<phone:PhoneApplicationPage.DataContext>
<viewModels:LoginViewModel />
</phone:PhoneApplicationPage.DataContext>