Resource.Designer.cs 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. #pragma warning disable 1591
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. [assembly: global::Android.Runtime.ResourceDesignerAttribute("Android.Resource", IsApplication=false)]
  11. namespace Android
  12. {
  13. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "13.2.2.120")]
  14. public partial class Resource
  15. {
  16. static Resource()
  17. {
  18. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  19. }
  20. public partial class Attribute
  21. {
  22. static Attribute()
  23. {
  24. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  25. }
  26. private Attribute()
  27. {
  28. }
  29. }
  30. public partial class String
  31. {
  32. // aapt resource value: 0x7F010000
  33. public static int ApplicationName = 2130771968;
  34. // aapt resource value: 0x7F010001
  35. public static int Hello = 2130771969;
  36. static String()
  37. {
  38. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  39. }
  40. private String()
  41. {
  42. }
  43. }
  44. }
  45. }
  46. #pragma warning restore 1591