Resource.designer.cs 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. #pragma warning disable 1591
  2. // ------------------------------------------------------------------------------
  3. // <autogenerated>
  4. // This code was generated by a tool.
  5. // Mono Runtime Version: 4.0.30319.17020
  6. //
  7. // Changes to this file may cause incorrect behavior and will be lost if
  8. // the code is regenerated.
  9. // </autogenerated>
  10. // ------------------------------------------------------------------------------
  11. [assembly: Android.Runtime.ResourceDesignerAttribute("CreditCardValidation.Droid.Resource", IsApplication=true)]
  12. namespace CreditCardValidation.Droid
  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. }
  24. public partial class Attribute
  25. {
  26. static Attribute()
  27. {
  28. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  29. }
  30. private Attribute()
  31. {
  32. }
  33. }
  34. public partial class Drawable
  35. {
  36. // aapt resource value: 0x7f020000
  37. public const int Icon = 2130837504;
  38. static Drawable()
  39. {
  40. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  41. }
  42. private Drawable()
  43. {
  44. }
  45. }
  46. public partial class Id
  47. {
  48. // aapt resource value: 0x7f050001
  49. public const int creditCardNumberText = 2131034113;
  50. // aapt resource value: 0x7f050003
  51. public const int errorMessagesText = 2131034115;
  52. // aapt resource value: 0x7f050002
  53. public const int validateButton = 2131034114;
  54. // aapt resource value: 0x7f050000
  55. public const int validationSuccessMessage = 2131034112;
  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 CreditCardValidationSuccess = 2130903040;
  68. // aapt resource value: 0x7f030001
  69. public const int Main = 2130903041;
  70. static Layout()
  71. {
  72. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  73. }
  74. private Layout()
  75. {
  76. }
  77. }
  78. public partial class String
  79. {
  80. // aapt resource value: 0x7f040000
  81. public const int app_name = 2130968576;
  82. // aapt resource value: 0x7f040004
  83. public const int credit_card_number_hint = 2130968580;
  84. // aapt resource value: 0x7f040002
  85. public const int credit_card_validation_success_message = 2130968578;
  86. // aapt resource value: 0x7f040001
  87. public const int credit_card_validation_success_name = 2130968577;
  88. // aapt resource value: 0x7f040003
  89. public const int validate_credit_card_label = 2130968579;
  90. static String()
  91. {
  92. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  93. }
  94. private String()
  95. {
  96. }
  97. }
  98. }
  99. }
  100. #pragma warning restore 1591