From 9c16d3614d9b88c637f967518a329f239fcd3aaf Mon Sep 17 00:00:00 2001 From: lss <316519258@qq.com> Date: 星期五, 12 六月 2020 09:22:04 +0800 Subject: [PATCH] 2020.06.12 --- ZigbeeApp/GateWay.Droid/Resources/Resource.designer.cs | 31 +++++++++++++++++++++---------- 1 files changed, 21 insertions(+), 10 deletions(-) diff --git a/ZigbeeApp/GateWay.Droid/Resources/Resource.designer.cs b/ZigbeeApp/GateWay.Droid/Resources/Resource.designer.cs index 4d98be1..9942dbc 100644 --- a/ZigbeeApp/GateWay.Droid/Resources/Resource.designer.cs +++ b/ZigbeeApp/GateWay.Droid/Resources/Resource.designer.cs @@ -2,7 +2,6 @@ //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. -// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -15,7 +14,7 @@ { - [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 { @@ -3186,8 +3185,8 @@ // aapt resource value: 0x7f090099 public const int container = 2131296409; - // aapt resource value: 0x7f0900e1 - public const int contentFrame = 2131296481; + // aapt resource value: 0x7f0900e4 + public const int contentFrame = 2131296484; // aapt resource value: 0x7f090063 public const int contentPanel = 2131296355; @@ -3375,8 +3374,8 @@ // aapt resource value: 0x7f09005e public const int list_item = 2131296350; - // aapt resource value: 0x7f0900e3 - public const int masked = 2131296483; + // aapt resource value: 0x7f0900e6 + public const int masked = 2131296486; // aapt resource value: 0x7f0900ce public const int media_actions = 2131296462; @@ -3657,6 +3656,15 @@ // aapt resource value: 0x7f0900b4 public const int tvTitle = 2131296436; + // aapt resource value: 0x7f0900e2 + public const int tv_zxing_back = 2131296482; + + // aapt resource value: 0x7f0900e3 + public const int tv_zxing_flash = 2131296483; + + // aapt resource value: 0x7f0900e1 + public const int tv_zxing_scan = 2131296481; + // aapt resource value: 0x7f090022 public const int uniform = 2131296290; @@ -3669,8 +3677,8 @@ // aapt resource value: 0x7f09000c public const int view_offset_helper = 2131296268; - // aapt resource value: 0x7f0900e2 - public const int visible = 2131296482; + // aapt resource value: 0x7f0900e5 + public const int visible = 2131296485; // aapt resource value: 0x7f090031 public const int withText = 2131296305; @@ -3966,10 +3974,13 @@ public const int tooltip = 2130968650; // aapt resource value: 0x7f04004b - public const int zxingscanneractivitylayout = 2130968651; + public const int zxing_layout = 2130968651; // aapt resource value: 0x7f04004c - public const int zxingscannerfragmentlayout = 2130968652; + public const int zxingscanneractivitylayout = 2130968652; + + // aapt resource value: 0x7f04004d + public const int zxingscannerfragmentlayout = 2130968653; static Layout() { -- Gitblit v1.8.0