Progress with icons (not working)
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user