|
| 1 | +/* AUTO-GENERATED FILE. DO NOT MODIFY. |
| 2 | + * |
| 3 | + * This class was automatically generated by the |
| 4 | + * aapt tool from the resource data it found. It |
| 5 | + * should not be modified by hand. |
| 6 | + */ |
| 7 | + |
| 8 | +package net.sgoliver.android.controlpers2; |
| 9 | + |
| 10 | +public final class R { |
| 11 | + public static final class attr { |
| 12 | + /** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. |
| 13 | +<p>This may also be a reference to a resource (in the form |
| 14 | +"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or |
| 15 | +theme attribute (in the form |
| 16 | +"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") |
| 17 | +containing a value of this type. |
| 18 | + */ |
| 19 | + public static final int login_text=0x7f010000; |
| 20 | + } |
| 21 | + public static final class drawable { |
| 22 | + public static final int ic_action_search=0x7f020000; |
| 23 | + public static final int ic_launcher=0x7f020001; |
| 24 | + } |
| 25 | + public static final class id { |
| 26 | + public static final int BtnAceptar=0x7f070005; |
| 27 | + public static final int CtlLogin=0x7f070000; |
| 28 | + public static final int LblMensaje=0x7f070006; |
| 29 | + public static final int TextView01=0x7f070001; |
| 30 | + public static final int TextView02=0x7f070003; |
| 31 | + public static final int TxtPassword=0x7f070004; |
| 32 | + public static final int TxtUsuario=0x7f070002; |
| 33 | + public static final int menu_settings=0x7f070007; |
| 34 | + } |
| 35 | + public static final class layout { |
| 36 | + public static final int activity_main=0x7f030000; |
| 37 | + public static final int control_login=0x7f030001; |
| 38 | + } |
| 39 | + public static final class menu { |
| 40 | + public static final int activity_main=0x7f060000; |
| 41 | + } |
| 42 | + public static final class string { |
| 43 | + public static final int app_name=0x7f040000; |
| 44 | + public static final int contrasena=0x7f040005; |
| 45 | + public static final int hello_world=0x7f040001; |
| 46 | + public static final int login=0x7f040006; |
| 47 | + public static final int menu_settings=0x7f040002; |
| 48 | + public static final int title_activity_main=0x7f040003; |
| 49 | + public static final int usuario=0x7f040004; |
| 50 | + } |
| 51 | + public static final class style { |
| 52 | + public static final int AppTheme=0x7f050000; |
| 53 | + } |
| 54 | + public static final class styleable { |
| 55 | + /** Attributes that can be used with a ControlLogin. |
| 56 | + <p>Includes the following attributes:</p> |
| 57 | + <table> |
| 58 | + <colgroup align="left" /> |
| 59 | + <colgroup align="left" /> |
| 60 | + <tr><th>Attribute</th><th>Description</th></tr> |
| 61 | + <tr><td><code>{@link #ControlLogin_login_text net.sgoliver.android.controlpers2:login_text}</code></td><td></td></tr> |
| 62 | + </table> |
| 63 | + @see #ControlLogin_login_text |
| 64 | + */ |
| 65 | + public static final int[] ControlLogin = { |
| 66 | + 0x7f010000 |
| 67 | + }; |
| 68 | + /** |
| 69 | + <p>This symbol is the offset where the {@link net.sgoliver.android.controlpers2.R.attr#login_text} |
| 70 | + attribute's value can be found in the {@link #ControlLogin} array. |
| 71 | +
|
| 72 | +
|
| 73 | + <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. |
| 74 | +<p>This may also be a reference to a resource (in the form |
| 75 | +"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or |
| 76 | +theme attribute (in the form |
| 77 | +"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") |
| 78 | +containing a value of this type. |
| 79 | + @attr name android:login_text |
| 80 | + */ |
| 81 | + public static final int ControlLogin_login_text = 0; |
| 82 | + }; |
| 83 | +} |
0 commit comments