changed url
This commit is contained in:
parent
7ca1328796
commit
2fe002f028
@ -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 { }
|
||||
|
16
dashboard/Resources/Resource.designer.cs
generated
16
dashboard/Resources/Resource.designer.cs
generated
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user