First pass at navigation with MasterDetail
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user