Retarget Android and cleanup page xml

This commit is contained in:
2020-06-06 19:56:59 -05:00
parent b1cee1ac55
commit 1a5835075d
15 changed files with 10966 additions and 3013 deletions
-1
View File
@@ -20,7 +20,6 @@ namespace qController.Droid
base.OnCreate(bundle);
global::Xamarin.Forms.Forms.Init(this, bundle);
Log.Logger = new LoggerConfiguration().WriteTo.AndroidLog().CreateLogger();
LoadApplication(new App());