From 2fe002f02835e4cf1171dc6dbd9229c39c5908d7 Mon Sep 17 00:00:00 2001 From: fuse314 Date: Thu, 16 Apr 2020 11:19:47 +0200 Subject: [PATCH] changed url --- dashboard/MainActivity.cs | 2 +- dashboard/Resources/Resource.designer.cs | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dashboard/MainActivity.cs b/dashboard/MainActivity.cs index 45f5abf..ece23ac 100644 --- a/dashboard/MainActivity.cs +++ b/dashboard/MainActivity.cs @@ -19,7 +19,7 @@ namespace dashboard // Use subclassed WebViewClient to hide default chrome (url bar and stuff) webView.SetWebViewClient(new HybridWebViewClient()); - webView.LoadUrl("https://mayer.life/dashboard/"); + webView.LoadUrl("https://api.mayer.life/dashboard/"); } private class HybridWebViewClient : WebViewClient { } diff --git a/dashboard/Resources/Resource.designer.cs b/dashboard/Resources/Resource.designer.cs index 3d7798b..c768e1c 100644 --- a/dashboard/Resources/Resource.designer.cs +++ b/dashboard/Resources/Resource.designer.cs @@ -15,7 +15,7 @@ namespace dashboard { - [System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")] public partial class Resource { @@ -44,8 +44,8 @@ namespace dashboard public partial class Id { - // aapt resource value: 0x7f050000 - public const int webView = 2131034112; + // aapt resource value: 0x7F010000 + public const int webView = 2130771968; static Id() { @@ -60,8 +60,8 @@ namespace dashboard public partial class Layout { - // aapt resource value: 0x7f030000 - public const int Main = 2130903040; + // aapt resource value: 0x7F020000 + public const int Main = 2130837504; static Layout() { @@ -76,8 +76,8 @@ namespace dashboard public partial class Mipmap { - // aapt resource value: 0x7f020000 - public const int Icon = 2130837504; + // aapt resource value: 0x7F030000 + public const int Icon = 2130903040; static Mipmap() { @@ -92,7 +92,7 @@ namespace dashboard public partial class String { - // aapt resource value: 0x7f040000 + // aapt resource value: 0x7F040000 public const int app_name = 2130968576; static String()