2
0

Resource.designer.cs 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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.VideoPlayer.Resource", IsApplication=true)]
  12. namespace MonoGame.Samples.VideoPlayer
  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 Layout
  41. {
  42. // aapt resource value: 0x7f030000
  43. public const int Main = 2130903040;
  44. private Layout()
  45. {
  46. }
  47. }
  48. public partial class String
  49. {
  50. // aapt resource value: 0x7f040000
  51. public const int app_name = 2130968576;
  52. private String()
  53. {
  54. }
  55. }
  56. public partial class Style
  57. {
  58. // aapt resource value: 0x7f050000
  59. public const int Theme_Splash = 2131034112;
  60. private Style()
  61. {
  62. }
  63. }
  64. }
  65. }
  66. #pragma warning restore 1591