| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227 |
- #pragma warning disable 1591
- //------------------------------------------------------------------------------
- // <auto-generated>
- // Este código fue generado por una herramienta.
- // Versión de runtime:4.0.30319.42000
- //
- // Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
- // se vuelve a generar el código.
- // </auto-generated>
- //------------------------------------------------------------------------------
- [assembly: global::Android.Runtime.ResourceDesignerAttribute("FormulaOneApp.Classic.Android.Resource", IsApplication=true)]
- namespace FormulaOneApp.Classic.Android
- {
-
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")]
- public partial class Resource
- {
-
- static Resource()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- public static void UpdateIdValues()
- {
- }
-
- public partial class Attribute
- {
-
- // aapt resource value: 0x7f010005
- public const int GroupItemTemplate = 2130771973;
-
- // aapt resource value: 0x7f010000
- public const int MvxBind = 2130771968;
-
- // aapt resource value: 0x7f010004
- public const int MvxDropDownItemTemplate = 2130771972;
-
- // aapt resource value: 0x7f010003
- public const int MvxItemTemplate = 2130771971;
-
- // aapt resource value: 0x7f010001
- public const int MvxLang = 2130771969;
-
- // aapt resource value: 0x7f010006
- public const int MvxSource = 2130771974;
-
- // aapt resource value: 0x7f010002
- public const int MvxTemplate = 2130771970;
-
- static Attribute()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Attribute()
- {
- }
- }
-
- public partial class Drawable
- {
-
- // aapt resource value: 0x7f020000
- public const int Icon = 2130837504;
-
- // aapt resource value: 0x7f020001
- public const int splash = 2130837505;
-
- static Drawable()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Drawable()
- {
- }
- }
-
- public partial class Id
- {
-
- // aapt resource value: 0x7f040000
- public const int MvxBindingTagUnique = 2130968576;
-
- // aapt resource value: 0x7f040001
- public const int MyButton = 2130968577;
-
- static Id()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Id()
- {
- }
- }
-
- public partial class Layout
- {
-
- // aapt resource value: 0x7f030000
- public const int CircuitDetailView = 2130903040;
-
- // aapt resource value: 0x7f030001
- public const int CircuitListView = 2130903041;
-
- // aapt resource value: 0x7f030002
- public const int DriverDetailView = 2130903042;
-
- // aapt resource value: 0x7f030003
- public const int DriverListView = 2130903043;
-
- // aapt resource value: 0x7f030004
- public const int Main = 2130903044;
-
- // aapt resource value: 0x7f030005
- public const int MainView = 2130903045;
-
- // aapt resource value: 0x7f030006
- public const int SplashScreen = 2130903046;
-
- // aapt resource value: 0x7f030007
- public const int StandingsView = 2130903047;
-
- static Layout()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Layout()
- {
- }
- }
-
- public partial class String
- {
-
- // aapt resource value: 0x7f060001
- public const int ApplicationName = 2131099649;
-
- // aapt resource value: 0x7f060000
- public const int Hello = 2131099648;
-
- static String()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private String()
- {
- }
- }
-
- public partial class Style
- {
-
- // aapt resource value: 0x7f050000
- public const int Theme_Splash = 2131034112;
-
- static Style()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Style()
- {
- }
- }
-
- public partial class Styleable
- {
-
- public static int[] MvxBinding = new int[] {
- 2130771968,
- 2130771969};
-
- // aapt resource value: 0
- public const int MvxBinding_MvxBind = 0;
-
- // aapt resource value: 1
- public const int MvxBinding_MvxLang = 1;
-
- public static int[] MvxControl = new int[] {
- 2130771970};
-
- // aapt resource value: 0
- public const int MvxControl_MvxTemplate = 0;
-
- public static int[] MvxExpandableListView = new int[] {
- 2130771973};
-
- // aapt resource value: 0
- public const int MvxExpandableListView_GroupItemTemplate = 0;
-
- public static int[] MvxImageView = new int[] {
- 2130771974};
-
- // aapt resource value: 0
- public const int MvxImageView_MvxSource = 0;
-
- public static int[] MvxListView = new int[] {
- 2130771971,
- 2130771972};
-
- // aapt resource value: 1
- public const int MvxListView_MvxDropDownItemTemplate = 1;
-
- // aapt resource value: 0
- public const int MvxListView_MvxItemTemplate = 0;
-
- static Styleable()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Styleable()
- {
- }
- }
- }
- }
- #pragma warning restore 1591
|