Archived
1
0

Inbox development 2

This commit is contained in:
Michael Gordeev
2018-07-30 01:08:25 +03:00
parent 2ab98fc0d8
commit 1039acb96a
6 changed files with 121 additions and 79 deletions
+7
View File
@@ -5,6 +5,7 @@
xmlns:local="using:FoxTube"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:pages="using:FoxTube.Pages"
mc:Ignorable="d">
<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
@@ -127,6 +128,9 @@
<PivotItem Margin="0,-48,0,0">
<local:Translate/>
</PivotItem>
<PivotItem Margin="0,-48,0,0">
<pages:Inbox/>
</PivotItem>
</Pivot>
</ScrollViewer>
<Grid Grid.Row="0" Background="Red">
@@ -146,6 +150,9 @@
<HyperlinkButton Foreground="White" Margin="0,0,10,0" Name="toTranslate" Click="toTranslate_Click">
<TextBlock Text="Help us translate this app"/>
</HyperlinkButton>
<HyperlinkButton Foreground="White" Margin="0,0,10,0" Name="toInbox" Click="toInbox_Click">
<TextBlock Text="Inbox"/>
</HyperlinkButton>
</StackPanel>
</Grid>
</Grid>