From 24262d16a0d6e3b7d07486d03ab77e607e1847c3 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期一, 21 十二月 2020 14:22:26 +0800 Subject: [PATCH] 增加获取Bug列表的功能 --- HDL-ON_Android/Resources/Resource.designer.cs | 79 ++++++++++++++++++++++++++++++++++++++- 1 files changed, 77 insertions(+), 2 deletions(-) diff --git a/HDL-ON_Android/Resources/Resource.designer.cs b/HDL-ON_Android/Resources/Resource.designer.cs index 7503311..52baaa6 100644 --- a/HDL-ON_Android/Resources/Resource.designer.cs +++ b/HDL-ON_Android/Resources/Resource.designer.cs @@ -4438,7 +4438,79 @@ public const int status_bar_notification_info_overflow = 2131624016; // aapt resource value: 0x7F0E0051 - public const int touch_fingerprint_sensor_hint = 2131624017; + public const int strNetworkTipsCancelBtn = 2131624017; + + // aapt resource value: 0x7F0E0052 + public const int strNetworkTipsConfirmBtn = 2131624018; + + // aapt resource value: 0x7F0E0053 + public const int strNetworkTipsMessage = 2131624019; + + // aapt resource value: 0x7F0E0054 + public const int strNetworkTipsTitle = 2131624020; + + // aapt resource value: 0x7F0E0055 + public const int strNotificationClickToContinue = 2131624021; + + // aapt resource value: 0x7F0E0056 + public const int strNotificationClickToInstall = 2131624022; + + // aapt resource value: 0x7F0E0057 + public const int strNotificationClickToRetry = 2131624023; + + // aapt resource value: 0x7F0E0058 + public const int strNotificationClickToView = 2131624024; + + // aapt resource value: 0x7F0E0059 + public const int strNotificationDownloadError = 2131624025; + + // aapt resource value: 0x7F0E005B + public const int strNotificationDownloading = 2131624027; + + // aapt resource value: 0x7F0E005A + public const int strNotificationDownloadSucc = 2131624026; + + // aapt resource value: 0x7F0E005C + public const int strNotificationHaveNewVersion = 2131624028; + + // aapt resource value: 0x7F0E005E + public const int strToastCheckingUpgrade = 2131624030; + + // aapt resource value: 0x7F0E005D + public const int strToastCheckUpgradeError = 2131624029; + + // aapt resource value: 0x7F0E005F + public const int strToastYourAreTheLatestVersion = 2131624031; + + // aapt resource value: 0x7F0E0060 + public const int strUpgradeDialogCancelBtn = 2131624032; + + // aapt resource value: 0x7F0E0061 + public const int strUpgradeDialogContinueBtn = 2131624033; + + // aapt resource value: 0x7F0E0062 + public const int strUpgradeDialogFeatureLabel = 2131624034; + + // aapt resource value: 0x7F0E0063 + public const int strUpgradeDialogFileSizeLabel = 2131624035; + + // aapt resource value: 0x7F0E0064 + public const int strUpgradeDialogInstallBtn = 2131624036; + + // aapt resource value: 0x7F0E0065 + public const int strUpgradeDialogRetryBtn = 2131624037; + + // aapt resource value: 0x7F0E0066 + public const int strUpgradeDialogUpdateTimeLabel = 2131624038; + + // aapt resource value: 0x7F0E0067 + public const int strUpgradeDialogUpgradeBtn = 2131624039; + + // aapt resource value: 0x7F0E0068 + public const int strUpgradeDialogVersionLabel = 2131624040; + + // aapt resource value: 0x7F0E0069 + public const int touch_fingerprint_sensor_hint = 2131624041; static String() { @@ -8325,7 +8397,10 @@ public const int network_security_config = 2131820546; // aapt resource value: 0x7F110003 - public const int xamarin_essentials_fileprovider_file_paths = 2131820547; + public const int provider_paths = 2131820547; + + // aapt resource value: 0x7F110004 + public const int xamarin_essentials_fileprovider_file_paths = 2131820548; static Xml() { -- Gitblit v1.8.0