Resource.Designer.cs 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. #pragma warning disable 1591
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. [assembly: global::Android.Runtime.ResourceDesignerAttribute("ControlCatalog.Android.Resource", IsApplication=true)]
  11. namespace ControlCatalog.Android
  12. {
  13. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "12.1.99.62")]
  14. public partial class Resource
  15. {
  16. static Resource()
  17. {
  18. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  19. }
  20. public static void UpdateIdValues()
  21. {
  22. }
  23. public partial class Attribute
  24. {
  25. static Attribute()
  26. {
  27. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  28. }
  29. private Attribute()
  30. {
  31. }
  32. }
  33. public partial class Color
  34. {
  35. // aapt resource value: 0x7F010000
  36. public const int splash_background = 2130771968;
  37. static Color()
  38. {
  39. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  40. }
  41. private Color()
  42. {
  43. }
  44. }
  45. public partial class Drawable
  46. {
  47. // aapt resource value: 0x7F020000
  48. public const int Icon = 2130837504;
  49. // aapt resource value: 0x7F020001
  50. public const int splash_screen = 2130837505;
  51. static Drawable()
  52. {
  53. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  54. }
  55. private Drawable()
  56. {
  57. }
  58. }
  59. public partial class Style
  60. {
  61. // aapt resource value: 0x7F030000
  62. public const int MyTheme = 2130903040;
  63. // aapt resource value: 0x7F030001
  64. public const int MyTheme_NoActionBar = 2130903041;
  65. // aapt resource value: 0x7F030002
  66. public const int MyTheme_Splash = 2130903042;
  67. static Style()
  68. {
  69. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  70. }
  71. private Style()
  72. {
  73. }
  74. }
  75. }
  76. }
  77. #pragma warning restore 1591