Resource.Designer.cs 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. #pragma warning disable 1591
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:4.0.30319.42000
  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: global::Android.Runtime.ResourceDesignerAttribute("Application.Resource", IsApplication=true)]
  12. namespace Application
  13. {
  14. [System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")]
  15. public partial class Resource
  16. {
  17. static Resource()
  18. {
  19. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  20. }
  21. public static void UpdateIdValues()
  22. {
  23. }
  24. public partial class Attribute
  25. {
  26. static Attribute()
  27. {
  28. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  29. }
  30. private Attribute()
  31. {
  32. }
  33. }
  34. public partial class Drawable
  35. {
  36. // aapt resource value: 0x7f020000
  37. public const int icon = 2130837504;
  38. static Drawable()
  39. {
  40. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  41. }
  42. private Drawable()
  43. {
  44. }
  45. }
  46. public partial class String
  47. {
  48. // aapt resource value: 0x7f030001
  49. public const int ApplicationName = 2130903041;
  50. // aapt resource value: 0x7f030000
  51. public const int app_name = 2130903040;
  52. static String()
  53. {
  54. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  55. }
  56. private String()
  57. {
  58. }
  59. }
  60. }
  61. }
  62. #pragma warning restore 1591