diff --git a/Aurora.gtk/Aurora.gtk.csproj b/Aurora.gtk/Aurora.gtk.csproj
index 08f7eb5..bd0e220 100644
--- a/Aurora.gtk/Aurora.gtk.csproj
+++ b/Aurora.gtk/Aurora.gtk.csproj
@@ -155,6 +155,9 @@
..\packages\System.Linq.Async.4.0.0\lib\net461\System.Linq.Async.dll
+
+ ..\packages\OpenTK.GLControl.3.0.1\lib\net20\OpenTK.GLControl.dll
+
@@ -166,6 +169,10 @@
Always
+
+
+
+
diff --git a/Aurora.gtk/Program.cs b/Aurora.gtk/Program.cs
index 7dd898c..a3e02b1 100644
--- a/Aurora.gtk/Program.cs
+++ b/Aurora.gtk/Program.cs
@@ -12,14 +12,12 @@ namespace Aurora.gtk
{
Gtk.Application.Init();
LibVLCSharpFormsRenderer.Init();
-
// For some reason, Xamarin does not pick the LibVLCSharp.Form.Platforms.Gtk assembly as a renderer assembly.
// Add it manually.
//Also css doesn't work without adding the Xaml assembly
global::Xamarin.Forms.Forms.Init(new[] { typeof(LibVLCSharp.Forms.Platforms.GTK.VideoViewRenderer).Assembly, typeof(Xamarin.Forms.Xaml.ArrayExtension).Assembly });
-
if (PlatformHelper.GetGTKPlatform() == GTKPlatform.Windows)
{
GtkThemes.LoadCustomTheme("Themes/gtkrc-dark");
diff --git a/Aurora.gtk/Resources/backward.png b/Aurora.gtk/Resources/backward.png
new file mode 100644
index 0000000..047aeb8
Binary files /dev/null and b/Aurora.gtk/Resources/backward.png differ
diff --git a/Aurora.gtk/Resources/forwards.png b/Aurora.gtk/Resources/forwards.png
new file mode 100644
index 0000000..29b4b3f
Binary files /dev/null and b/Aurora.gtk/Resources/forwards.png differ
diff --git a/Aurora.gtk/Resources/like.png b/Aurora.gtk/Resources/like.png
new file mode 100644
index 0000000..0ed3e1b
Binary files /dev/null and b/Aurora.gtk/Resources/like.png differ
diff --git a/Aurora.gtk/Resources/play.png b/Aurora.gtk/Resources/play.png
new file mode 100644
index 0000000..90264e6
Binary files /dev/null and b/Aurora.gtk/Resources/play.png differ
diff --git a/Aurora.gtk/gtk-gui/gui.stetic b/Aurora.gtk/gtk-gui/gui.stetic
index 7614896..0d4f676 100644
--- a/Aurora.gtk/gtk-gui/gui.stetic
+++ b/Aurora.gtk/gtk-gui/gui.stetic
@@ -5,8 +5,8 @@
-
-
+
+
diff --git a/Aurora.gtk/packages.config b/Aurora.gtk/packages.config
index ec8433b..5a9a979 100644
--- a/Aurora.gtk/packages.config
+++ b/Aurora.gtk/packages.config
@@ -14,6 +14,7 @@
+
diff --git a/Aurora/Aurora.csproj b/Aurora/Aurora.csproj
index d12e469..e0a58ce 100644
--- a/Aurora/Aurora.csproj
+++ b/Aurora/Aurora.csproj
@@ -42,6 +42,8 @@
+
+
@@ -59,7 +61,10 @@
-
+
+
+
+
@@ -68,5 +73,10 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Aurora/Design/Components/MediaPlayer/Player.xaml b/Aurora/Design/Components/MediaPlayer/Player.xaml
index 8618c09..7d15ab6 100644
--- a/Aurora/Design/Components/MediaPlayer/Player.xaml
+++ b/Aurora/Design/Components/MediaPlayer/Player.xaml
@@ -2,6 +2,7 @@
-
+
-