| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 | #pragma warning disable 1591//------------------------------------------------------------------------------// <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.// </auto-generated>//------------------------------------------------------------------------------[assembly: global::Android.Runtime.ResourceDesignerAttribute("Android.Resource", IsApplication=false)]namespace Android{			[System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")]	public partial class Resource	{				static Resource()		{			global::Android.Runtime.ResourceIdManager.UpdateIdValues();		}				public partial class Attribute		{						static Attribute()			{				global::Android.Runtime.ResourceIdManager.UpdateIdValues();			}						private Attribute()			{			}		}				public partial class String		{						// aapt resource value: 0x7f020001			public static int ApplicationName = 2130837505;						// aapt resource value: 0x7f020000			public static int Hello = 2130837504;						static String()			{				global::Android.Runtime.ResourceIdManager.UpdateIdValues();			}						private String()			{			}		}	}}#pragma warning restore 1591
 |