Resource.Designer.cs 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. #pragma warning disable 1591
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:4.0.30319.586
  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: Android.Runtime.ResourceDesignerAttribute("MonoGame.Samples.Draw2D.Android.Resource", IsApplication=true)]
  12. namespace MonoGame.Samples.Draw2D.Android
  13. {
  14. [System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")]
  15. public partial class Resource
  16. {
  17. Resource()
  18. {
  19. global::Android.Runtime.ResourceIdManager.UpdateIdValues ();
  20. }
  21. public static void UpdateIdValues()
  22. {
  23. }
  24. public partial class Attribute
  25. {
  26. private Attribute()
  27. {
  28. }
  29. }
  30. public partial class Drawable
  31. {
  32. // aapt resource value: 0x7f020000
  33. public const int Icon = 2130837504;
  34. // aapt resource value: 0x7f020001
  35. public const int Splash = 2130837505;
  36. private Drawable()
  37. {
  38. }
  39. }
  40. public partial class Style
  41. {
  42. // aapt resource value: 0x7f030000
  43. public const int Theme_Splash = 2130903040;
  44. private Style()
  45. {
  46. }
  47. }
  48. }
  49. }
  50. #pragma warning restore 1591