2
0

Resource.designer.cs 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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.Input.Resource", IsApplication=true)]
  12. namespace MonoGame.Samples.Input
  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 Id
  41. {
  42. // aapt resource value: 0x7f060000
  43. public const int myButton = 2131099648;
  44. private Id()
  45. {
  46. }
  47. }
  48. public partial class Layout
  49. {
  50. // aapt resource value: 0x7f030000
  51. public const int Main = 2130903040;
  52. private Layout()
  53. {
  54. }
  55. }
  56. public partial class String
  57. {
  58. // aapt resource value: 0x7f040001
  59. public const int app_name = 2130968577;
  60. // aapt resource value: 0x7f040000
  61. public const int hello = 2130968576;
  62. private String()
  63. {
  64. }
  65. }
  66. public partial class Style
  67. {
  68. // aapt resource value: 0x7f050000
  69. public const int Theme_Splash = 2131034112;
  70. private Style()
  71. {
  72. }
  73. }
  74. }
  75. }
  76. #pragma warning restore 1591