Archived
1
0

Added Google libraries

Channel page and video card
This commit is contained in:
Michael Gordeev
2018-04-16 22:13:35 +03:00
parent 3d0cb26518
commit 83d84330d6
13 changed files with 333 additions and 80 deletions
+19
View File
@@ -0,0 +1,19 @@
<Page
x:Class="FoxTube.VideoGrid"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:FoxTube"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="384"/>
<ColumnDefinition Width="384"/>
<ColumnDefinition Width="384"/>
<ColumnDefinition Width="384"/>
<ColumnDefinition Width="384"/>
</Grid.ColumnDefinitions>
</Grid>
</Page>