First pass at navigation with MasterDetail

This commit is contained in:
watsonb8
2019-05-17 18:21:02 -04:00
parent 4f8b6f49fa
commit 62579677cf
333 changed files with 5505 additions and 31 deletions

View File

@@ -1,6 +1,7 @@
using System;
using Xamarin.Forms;
using Xamarin.Forms.Platform.GTK;
using Xamarin.Forms.Platform.GTK.Helpers;
namespace Aurora.gtk
{
@@ -12,6 +13,11 @@ namespace Aurora.gtk
Gtk.Application.Init();
Forms.Init();
if (PlatformHelper.GetGTKPlatform() == GTKPlatform.Windows)
{
GtkThemes.LoadCustomTheme("Themes/gtkrc-dark");
}
var app = new App();
var window = new FormsWindow();
window.LoadApplication(app);