Resource.Designer.cs 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. #pragma warning disable 1591
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // Este código fue generado por una herramienta.
  5. // Versión de runtime:4.0.30319.42000
  6. //
  7. // Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
  8. // se vuelve a generar el código.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. [assembly: global::Android.Runtime.ResourceDesignerAttribute("FormulaOneApp.Classic.Android.Resource", IsApplication=true)]
  12. namespace FormulaOneApp.Classic.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. }
  24. public partial class Attribute
  25. {
  26. // aapt resource value: 0x7f010005
  27. public const int GroupItemTemplate = 2130771973;
  28. // aapt resource value: 0x7f010000
  29. public const int MvxBind = 2130771968;
  30. // aapt resource value: 0x7f010004
  31. public const int MvxDropDownItemTemplate = 2130771972;
  32. // aapt resource value: 0x7f010003
  33. public const int MvxItemTemplate = 2130771971;
  34. // aapt resource value: 0x7f010001
  35. public const int MvxLang = 2130771969;
  36. // aapt resource value: 0x7f010006
  37. public const int MvxSource = 2130771974;
  38. // aapt resource value: 0x7f010002
  39. public const int MvxTemplate = 2130771970;
  40. static Attribute()
  41. {
  42. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  43. }
  44. private Attribute()
  45. {
  46. }
  47. }
  48. public partial class Drawable
  49. {
  50. // aapt resource value: 0x7f020000
  51. public const int Icon = 2130837504;
  52. // aapt resource value: 0x7f020001
  53. public const int splash = 2130837505;
  54. static Drawable()
  55. {
  56. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  57. }
  58. private Drawable()
  59. {
  60. }
  61. }
  62. public partial class Id
  63. {
  64. // aapt resource value: 0x7f040000
  65. public const int MvxBindingTagUnique = 2130968576;
  66. // aapt resource value: 0x7f040001
  67. public const int MyButton = 2130968577;
  68. static Id()
  69. {
  70. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  71. }
  72. private Id()
  73. {
  74. }
  75. }
  76. public partial class Layout
  77. {
  78. // aapt resource value: 0x7f030000
  79. public const int CircuitDetailView = 2130903040;
  80. // aapt resource value: 0x7f030001
  81. public const int CircuitListView = 2130903041;
  82. // aapt resource value: 0x7f030002
  83. public const int DriverDetailView = 2130903042;
  84. // aapt resource value: 0x7f030003
  85. public const int DriverListView = 2130903043;
  86. // aapt resource value: 0x7f030004
  87. public const int Main = 2130903044;
  88. // aapt resource value: 0x7f030005
  89. public const int MainView = 2130903045;
  90. // aapt resource value: 0x7f030006
  91. public const int SplashScreen = 2130903046;
  92. // aapt resource value: 0x7f030007
  93. public const int StandingsView = 2130903047;
  94. static Layout()
  95. {
  96. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  97. }
  98. private Layout()
  99. {
  100. }
  101. }
  102. public partial class String
  103. {
  104. // aapt resource value: 0x7f060001
  105. public const int ApplicationName = 2131099649;
  106. // aapt resource value: 0x7f060000
  107. public const int Hello = 2131099648;
  108. static String()
  109. {
  110. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  111. }
  112. private String()
  113. {
  114. }
  115. }
  116. public partial class Style
  117. {
  118. // aapt resource value: 0x7f050000
  119. public const int Theme_Splash = 2131034112;
  120. static Style()
  121. {
  122. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  123. }
  124. private Style()
  125. {
  126. }
  127. }
  128. public partial class Styleable
  129. {
  130. public static int[] MvxBinding = new int[] {
  131. 2130771968,
  132. 2130771969};
  133. // aapt resource value: 0
  134. public const int MvxBinding_MvxBind = 0;
  135. // aapt resource value: 1
  136. public const int MvxBinding_MvxLang = 1;
  137. public static int[] MvxControl = new int[] {
  138. 2130771970};
  139. // aapt resource value: 0
  140. public const int MvxControl_MvxTemplate = 0;
  141. public static int[] MvxExpandableListView = new int[] {
  142. 2130771973};
  143. // aapt resource value: 0
  144. public const int MvxExpandableListView_GroupItemTemplate = 0;
  145. public static int[] MvxImageView = new int[] {
  146. 2130771974};
  147. // aapt resource value: 0
  148. public const int MvxImageView_MvxSource = 0;
  149. public static int[] MvxListView = new int[] {
  150. 2130771971,
  151. 2130771972};
  152. // aapt resource value: 1
  153. public const int MvxListView_MvxDropDownItemTemplate = 1;
  154. // aapt resource value: 0
  155. public const int MvxListView_MvxItemTemplate = 0;
  156. static Styleable()
  157. {
  158. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  159. }
  160. private Styleable()
  161. {
  162. }
  163. }
  164. }
  165. }
  166. #pragma warning restore 1591