1 #pragma warning disable 1591 2 //------------------------------------------------------------------------------ 3 // <auto-generated> 4 // This code was generated by a tool. 5 // Runtime Version:4.0.30319.42000 6 // 7 // Changes to this file may cause incorrect behavior and will be lost if 8 // the code is regenerated. 9 // </auto-generated> 10 //------------------------------------------------------------------------------ 11 12 [assembly: global::Android.Runtime.ResourceDesignerAttribute("HelloworldXamarin.Droid.Resource", IsApplication=true)] 13 14 namespace HelloworldXamarin.Droid 15 { 16 17 18 [System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")] 19 public partial class Resource 20 { 21 Resource()22 static Resource() 23 { 24 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); 25 } 26 UpdateIdValues()27 public static void UpdateIdValues() 28 { 29 } 30 31 public partial class Attribute 32 { 33 Attribute()34 static Attribute() 35 { 36 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); 37 } 38 Attribute()39 private Attribute() 40 { 41 } 42 } 43 44 public partial class Id 45 { 46 47 // aapt resource value: 0x7f050000 48 public const int myButton = 2131034112; 49 Id()50 static Id() 51 { 52 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); 53 } 54 Id()55 private Id() 56 { 57 } 58 } 59 60 public partial class Layout 61 { 62 63 // aapt resource value: 0x7f030000 64 public const int Main = 2130903040; 65 Layout()66 static Layout() 67 { 68 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); 69 } 70 Layout()71 private Layout() 72 { 73 } 74 } 75 76 public partial class Mipmap 77 { 78 79 // aapt resource value: 0x7f020000 80 public const int Icon = 2130837504; 81 Mipmap()82 static Mipmap() 83 { 84 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); 85 } 86 Mipmap()87 private Mipmap() 88 { 89 } 90 } 91 92 public partial class String 93 { 94 95 // aapt resource value: 0x7f040001 96 public const int app_name = 2130968577; 97 98 // aapt resource value: 0x7f040000 99 public const int hello = 2130968576; 100 String()101 static String() 102 { 103 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); 104 } 105 String()106 private String() 107 { 108 } 109 } 110 } 111 } 112 #pragma warning restore 1591 113