summaryrefslogtreecommitdiff
path: root/Juick/MainPage.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/MainPage.xaml
parente7fb2a3794bc7fb3c6592312d2628d9d11eedf3b (diff)
Move PostItem DataTemplate to Resources, add sample data to ThreadView, enable bitmap CacheMode, remove incomplete Validation
Diffstat (limited to 'Juick/MainPage.xaml')
-rw-r--r--Juick/MainPage.xaml2
1 files changed, 1 insertions, 1 deletions
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">
<!--LayoutRoot is the root grid where all page content is placed-->
<Grid x:Name="LayoutRoot" Background="Transparent">