From c1c038a0a176a0809bbf007b306d06f57b64ab14 Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Sat, 4 Aug 2018 22:07:38 +0300 Subject: [PATCH] Video player fullscreen and compact view modes complete --- FoxTube/Controls/VideoPlayer.xaml | 4 +- FoxTube/Controls/VideoPlayer.xaml.cs | 95 ++++++++++++---------------- FoxTube/Pages/MainPage.xaml.cs | 8 +-- FoxTube/Pages/VideoPage.xaml.cs | 11 +--- 4 files changed, 50 insertions(+), 68 deletions(-) diff --git a/FoxTube/Controls/VideoPlayer.xaml b/FoxTube/Controls/VideoPlayer.xaml index 43cd94a..6dae30a 100644 --- a/FoxTube/Controls/VideoPlayer.xaml +++ b/FoxTube/Controls/VideoPlayer.xaml @@ -16,7 +16,7 @@ PointerEntered="UserControl_PointerEntered"> - + @@ -38,7 +38,7 @@