diff --git a/FoxTube/App.xaml b/FoxTube/App.xaml index 41a4760..573cf86 100644 --- a/FoxTube/App.xaml +++ b/FoxTube/App.xaml @@ -5,5 +5,7 @@ xmlns:local="using:FoxTube"> Red + - - + + - + - @@ -81,12 +80,12 @@ + - - - + + @@ -99,8 +98,8 @@ diff --git a/FoxTube/Pages/VideoGrid.xaml b/FoxTube/Pages/VideoGrid.xaml index 0234a59..90e3ca6 100644 --- a/FoxTube/Pages/VideoGrid.xaml +++ b/FoxTube/Pages/VideoGrid.xaml @@ -15,7 +15,13 @@ - + + + + + + + diff --git a/FoxTube/Pages/VideoGrid.xaml.cs b/FoxTube/Pages/VideoGrid.xaml.cs index a5fbc90..7f077f6 100644 --- a/FoxTube/Pages/VideoGrid.xaml.cs +++ b/FoxTube/Pages/VideoGrid.xaml.cs @@ -1,8 +1,17 @@ using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; +namespace FoxTube +{ + public interface IItemCard + { + + } +} + namespace FoxTube.Pages { + /// /// Items cards container /// @@ -15,7 +24,7 @@ namespace FoxTube.Pages InitializeComponent(); } - public void Add(UIElement card) + public void Add(IItemCard card) { list.Items.Add(card); /*if (list.Items.Count % 10 == 0) diff --git a/FoxTube/Pages/VideoPage.xaml b/FoxTube/Pages/VideoPage.xaml index fc2d669..cd4be71 100644 --- a/FoxTube/Pages/VideoPage.xaml +++ b/FoxTube/Pages/VideoPage.xaml @@ -55,6 +55,10 @@ + + + + - - - - @@ -138,7 +138,13 @@ - + + + + + + + diff --git a/FoxTube/Strings/en-US/Main.resw b/FoxTube/Strings/en-US/Main.resw index a53def0..4df84a7 100644 --- a/FoxTube/Strings/en-US/Main.resw +++ b/FoxTube/Strings/en-US/Main.resw @@ -186,7 +186,7 @@ Create new Google account - + Log out diff --git a/FoxTube/Strings/ru-RU/Main.resw b/FoxTube/Strings/ru-RU/Main.resw index a7638c5..b05c24a 100644 --- a/FoxTube/Strings/ru-RU/Main.resw +++ b/FoxTube/Strings/ru-RU/Main.resw @@ -186,7 +186,7 @@ Создать новый аккаунт Google - + Выйти