| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 | #pragma warning disable 1591//------------------------------------------------------------------------------// <auto-generated>//     This code was generated by a tool.////     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{			[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "13.2.2.120")]	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: 0x7F010000			public static int ApplicationName = 2130771968;						// aapt resource value: 0x7F010001			public static int Hello = 2130771969;						static String()			{				global::Android.Runtime.ResourceIdManager.UpdateIdValues();			}						private String()			{			}		}	}}#pragma warning restore 1591
 |