Resource.Designer.cs 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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. [assembly: global::Android.Runtime.ResourceDesignerAttribute("SimpleViewer.Android.Resource", IsApplication=true)]
  12. namespace SimpleViewer.Android
  13. {
  14. [System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")]
  15. public partial class Resource
  16. {
  17. static Resource()
  18. {
  19. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  20. }
  21. public static void UpdateIdValues()
  22. {
  23. global::CSJ2K.Resource.String.ApplicationName = global::SimpleViewer.Android.Resource.String.ApplicationName;
  24. global::CSJ2K.Resource.String.Hello = global::SimpleViewer.Android.Resource.String.Hello;
  25. }
  26. public partial class Attribute
  27. {
  28. static Attribute()
  29. {
  30. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  31. }
  32. private Attribute()
  33. {
  34. }
  35. }
  36. public partial class Drawable
  37. {
  38. // aapt resource value: 0x7f020000
  39. public const int Icon = 2130837504;
  40. static Drawable()
  41. {
  42. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  43. }
  44. private Drawable()
  45. {
  46. }
  47. }
  48. public partial class Id
  49. {
  50. // aapt resource value: 0x7f050002
  51. public const int MyButton = 2131034114;
  52. // aapt resource value: 0x7f050000
  53. public const int MyImageView = 2131034112;
  54. // aapt resource value: 0x7f050001
  55. public const int MyTextView = 2131034113;
  56. static Id()
  57. {
  58. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  59. }
  60. private Id()
  61. {
  62. }
  63. }
  64. public partial class Layout
  65. {
  66. // aapt resource value: 0x7f030000
  67. public const int Main = 2130903040;
  68. static Layout()
  69. {
  70. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  71. }
  72. private Layout()
  73. {
  74. }
  75. }
  76. public partial class String
  77. {
  78. // aapt resource value: 0x7f040001
  79. public const int ApplicationName = 2130968577;
  80. // aapt resource value: 0x7f040000
  81. public const int Hello = 2130968576;
  82. static String()
  83. {
  84. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  85. }
  86. private String()
  87. {
  88. }
  89. }
  90. }
  91. }
  92. #pragma warning restore 1591