From f23ad1b3f9f6193f35f72104d690b21dc67d5c1f Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期一, 06 七月 2020 12:35:25 +0800 Subject: [PATCH] 去掉了访问外网的异步 --- ZigbeeApp/GateWay.Droid/Resources/Resource.designer.cs | 20 ++++---------------- 1 files changed, 4 insertions(+), 16 deletions(-) diff --git a/ZigbeeApp/GateWay.Droid/Resources/Resource.designer.cs b/ZigbeeApp/GateWay.Droid/Resources/Resource.designer.cs index f118970..46c911e 100644 --- a/ZigbeeApp/GateWay.Droid/Resources/Resource.designer.cs +++ b/ZigbeeApp/GateWay.Droid/Resources/Resource.designer.cs @@ -26,9 +26,6 @@ public static void UpdateIdValues() { - global::ZXing.Mobile.Resource.Id.contentFrame = global::GateWay.Droid.Resource.Id.contentFrame; - global::ZXing.Mobile.Resource.Layout.zxingscanneractivitylayout = global::GateWay.Droid.Resource.Layout.zxingscanneractivitylayout; - global::ZXing.Mobile.Resource.Layout.zxingscannerfragmentlayout = global::GateWay.Droid.Resource.Layout.zxingscannerfragmentlayout; } public partial class Animation @@ -3201,9 +3198,6 @@ // aapt resource value: 0x7f09008e public const int container = 2131296398; - // aapt resource value: 0x7f0900d9 - public const int contentFrame = 2131296473; - // aapt resource value: 0x7f090063 public const int contentPanel = 2131296355; @@ -3390,8 +3384,8 @@ // aapt resource value: 0x7f09005e public const int list_item = 2131296350; - // aapt resource value: 0x7f0900db - public const int masked = 2131296475; + // aapt resource value: 0x7f0900da + public const int masked = 2131296474; // aapt resource value: 0x7f0900c3 public const int media_actions = 2131296451; @@ -3681,8 +3675,8 @@ // aapt resource value: 0x7f09000c public const int view_offset_helper = 2131296268; - // aapt resource value: 0x7f0900da - public const int visible = 2131296474; + // aapt resource value: 0x7f0900d9 + public const int visible = 2131296473; // aapt resource value: 0x7f090031 public const int withText = 2131296305; @@ -3976,12 +3970,6 @@ // aapt resource value: 0x7f04004a public const int zxing_layout = 2130968650; - - // aapt resource value: 0x7f04004b - public const int zxingscanneractivitylayout = 2130968651; - - // aapt resource value: 0x7f04004c - public const int zxingscannerfragmentlayout = 2130968652; static Layout() { -- Gitblit v1.8.0