| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- #pragma warning disable 1591
- //------------------------------------------------------------------------------
- // <auto-generated>
- // Este código fue generado por una herramienta.
- // Versión de runtime:4.0.30319.0
- //
- // Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
- // se vuelve a generar el código.
- // </auto-generated>
- //------------------------------------------------------------------------------
- [assembly: global::Android.Runtime.ResourceDesignerAttribute("Xamarin_Styles.Droid.Resource", IsApplication=true)]
- namespace Xamarin_Styles.Droid
- {
-
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")]
- public partial class Resource
- {
-
- static Resource()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- public static void UpdateIdValues()
- {
- }
-
- public partial class Attribute
- {
-
- static Attribute()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Attribute()
- {
- }
- }
-
- public partial class Drawable
- {
-
- // aapt resource value: 0x7f020000
- public const int Icon = 2130837504;
-
- static Drawable()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Drawable()
- {
- }
- }
- }
- }
- #pragma warning restore 1591
|