summaryrefslogtreecommitdiff
path: root/Juick/ThreadView.xaml
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-04-16 00:00:41 +0400
committerGravatar Vitaly Takmazov2013-04-16 00:00:41 +0400
commite7fb2a3794bc7fb3c6592312d2628d9d11eedf3b (patch)
treea9251f39e7cd17943aab14f622a952ab5e52cfeb /Juick/ThreadView.xaml
parent72fff339e1652564c53d9c639c7af13617fb6fc9 (diff)
parent24f6729fb64679bb54feca2ed35577c0bf7dcb43 (diff)
Merge branch 'master' of bitbucket.org:vitalyster/juick-windowsphone
Diffstat (limited to 'Juick/ThreadView.xaml')
-rw-r--r--Juick/ThreadView.xaml13
1 files changed, 6 insertions, 7 deletions
diff --git a/Juick/ThreadView.xaml b/Juick/ThreadView.xaml
index 0665055..14a6f75 100644
--- a/Juick/ThreadView.xaml
+++ b/Juick/ThreadView.xaml
@@ -76,16 +76,15 @@
</Grid>
</Grid>
- <!--Sample code showing usage of ApplicationBar-->
- <!-- phone:PhoneApplicationPage.ApplicationBar>
+ <phone:PhoneApplicationPage.ApplicationBar>
<phoneshell:ApplicationBar IsVisible="True" IsMenuEnabled="True">
- <phoneshell:ApplicationBarIconButton IconUri="/Images/appbar_button1.png" Text="Button 1"/>
- <phoneshell:ApplicationBarIconButton IconUri="/Images/appbar_button2.png" Text="Button 2"/>
+ <!--<phoneshell:ApplicationBarIconButton IconUri="/Images/appbar.feature.email.rest.png" Text="New post" Click="ApplicationBarIconButtonClick1"/>
+ <phoneshell:ApplicationBarIconButton IconUri="/Images/appbar.refresh.rest.png" Text="Refresh" Click="ApplicationBarIconButtonClick" />-->
+
<phoneshell:ApplicationBar.MenuItems>
- <phoneshell:ApplicationBarMenuItem Text="MenuItem 1"/>
- <phoneshell:ApplicationBarMenuItem Text="MenuItem 2"/>
+ <phoneshell:ApplicationBarMenuItem Text="Recommend/Unrecommend" Click="RecommendBarMenuItem_Click"/>
</phoneshell:ApplicationBar.MenuItems>
</phoneshell:ApplicationBar>
- </phone:PhoneApplicationPage.ApplicationBar -->
+ </phone:PhoneApplicationPage.ApplicationBar>
</phone:PhoneApplicationPage>