/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package net.sgoliver.android.controlpers2; public final class R { public static final class attr { /** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int login_text=0x7f010000; } public static final class drawable { public static final int ic_action_search=0x7f020000; public static final int ic_launcher=0x7f020001; } public static final class id { public static final int BtnAceptar=0x7f070005; public static final int CtlLogin=0x7f070000; public static final int LblMensaje=0x7f070006; public static final int TextView01=0x7f070001; public static final int TextView02=0x7f070003; public static final int TxtPassword=0x7f070004; public static final int TxtUsuario=0x7f070002; public static final int menu_settings=0x7f070007; } public static final class layout { public static final int activity_main=0x7f030000; public static final int control_login=0x7f030001; } public static final class menu { public static final int activity_main=0x7f060000; } public static final class string { public static final int app_name=0x7f040000; public static final int contrasena=0x7f040005; public static final int hello_world=0x7f040001; public static final int login=0x7f040006; public static final int menu_settings=0x7f040002; public static final int title_activity_main=0x7f040003; public static final int usuario=0x7f040004; } public static final class style { public static final int AppTheme=0x7f050000; } public static final class styleable { /** Attributes that can be used with a ControlLogin. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ControlLogin_login_text net.sgoliver.android.controlpers2:login_text}</code></td><td></td></tr> </table> @see #ControlLogin_login_text */ public static final int[] ControlLogin = { 0x7f010000 }; /** <p>This symbol is the offset where the {@link net.sgoliver.android.controlpers2.R.attr#login_text} attribute's value can be found in the {@link #ControlLogin} array. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name android:login_text */ public static final int ControlLogin_login_text = 0; }; }