From 83d84330d640ced7ad228fa2ef6af1dcc03a28ad Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Mon, 16 Apr 2018 22:13:35 +0300 Subject: [PATCH] Added Google libraries Channel page and video card --- FoxTube/Channel.xaml | 35 ++++-------------- FoxTube/Channel.xaml.cs | 1 + FoxTube/ChannelVideos.xaml | 35 ++++++++++++++++++ FoxTube/ChannelVideos.xaml.cs | 31 ++++++++++++++++ FoxTube/FoxTube.csproj | 40 +++++++++++++++++++++ FoxTube/Home.xaml | 24 +++++++++++++ FoxTube/Home.xaml.cs | 31 ++++++++++++++++ FoxTube/MainPage.xaml | 26 +++----------- FoxTube/MainPage.xaml.cs | 67 +++++++++++++++++++---------------- FoxTube/VideoCard.xaml | 47 ++++++++++++++++++++++++ FoxTube/VideoCard.xaml.cs | 27 ++++++++++++++ FoxTube/VideoGrid.xaml | 19 ++++++++++ FoxTube/VideoGrid.xaml.cs | 30 ++++++++++++++++ 13 files changed, 333 insertions(+), 80 deletions(-) create mode 100644 FoxTube/ChannelVideos.xaml create mode 100644 FoxTube/ChannelVideos.xaml.cs create mode 100644 FoxTube/Home.xaml create mode 100644 FoxTube/Home.xaml.cs create mode 100644 FoxTube/VideoCard.xaml create mode 100644 FoxTube/VideoCard.xaml.cs create mode 100644 FoxTube/VideoGrid.xaml create mode 100644 FoxTube/VideoGrid.xaml.cs diff --git a/FoxTube/Channel.xaml b/FoxTube/Channel.xaml index cfd0745..ad9abf5 100644 --- a/FoxTube/Channel.xaml +++ b/FoxTube/Channel.xaml @@ -10,8 +10,6 @@ - - @@ -21,33 +19,14 @@ + +