2011-06-23 17:09:13 -04:00
|
|
|
/* 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 org.solovyev.android.calculator;
|
|
|
|
|
|
|
|
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 textDown=0x7f010001;
|
|
|
|
/** <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 textUp=0x7f010000;
|
|
|
|
}
|
|
|
|
public static final class drawable {
|
|
|
|
public static final int icon=0x7f020000;
|
|
|
|
}
|
|
|
|
public static final class id {
|
2011-07-16 15:25:12 -04:00
|
|
|
public static final int calibrationButton=0x7f080000;
|
|
|
|
public static final int calibrationStart=0x7f080001;
|
|
|
|
public static final int curlyBracketsButton=0x7f080015;
|
|
|
|
public static final int editText=0x7f080002;
|
|
|
|
public static final int eigthDigitButton=0x7f080011;
|
|
|
|
public static final int equalsButton=0x7f080013;
|
|
|
|
public static final int fiveDigitButton=0x7f08000b;
|
|
|
|
public static final int fourDigitButton=0x7f08000a;
|
|
|
|
public static final int historyButton=0x7f08001a;
|
|
|
|
public static final int menu_item_help=0x7f08001d;
|
|
|
|
public static final int menu_item_settings=0x7f08001c;
|
|
|
|
public static final int minusButton=0x7f08000e;
|
|
|
|
public static final int muliplicationButton=0x7f080007;
|
|
|
|
public static final int nineDigitButton=0x7f080012;
|
|
|
|
public static final int numericButton=0x7f080018;
|
|
|
|
public static final int oneDigitButton=0x7f080004;
|
|
|
|
public static final int piButton=0x7f08001b;
|
|
|
|
public static final int plusButton=0x7f080008;
|
|
|
|
public static final int pointDigitButton=0x7f080017;
|
|
|
|
public static final int resultEditText=0x7f080003;
|
|
|
|
public static final int roundBracketsButton=0x7f080009;
|
|
|
|
public static final int sevenDigitButton=0x7f080010;
|
|
|
|
public static final int simplifyButton=0x7f080019;
|
|
|
|
public static final int sixDigitButton=0x7f08000c;
|
|
|
|
public static final int sqrtButton=0x7f080014;
|
|
|
|
public static final int squareBracketsButton=0x7f08000f;
|
|
|
|
public static final int subtractionButton=0x7f08000d;
|
|
|
|
public static final int threeDigitButton=0x7f080006;
|
|
|
|
public static final int twoDigitButton=0x7f080005;
|
|
|
|
public static final int zeroDigitButton=0x7f080016;
|
2011-06-23 17:09:13 -04:00
|
|
|
}
|
|
|
|
public static final class layout {
|
2011-07-16 15:25:12 -04:00
|
|
|
public static final int drag_button_calibration=0x7f030000;
|
|
|
|
public static final int main=0x7f030001;
|
|
|
|
}
|
|
|
|
public static final class menu {
|
|
|
|
public static final int main_menu=0x7f070000;
|
2011-06-23 17:09:13 -04:00
|
|
|
}
|
|
|
|
public static final class string {
|
2011-07-16 15:25:12 -04:00
|
|
|
public static final int c_app_name=0x7f050000;
|
|
|
|
public static final int c_app_settings=0x7f050001;
|
|
|
|
public static final int c_down=0x7f050008;
|
|
|
|
public static final int c_help=0x7f050004;
|
|
|
|
public static final int c_prefs_drag_button_calibration=0x7f050006;
|
|
|
|
public static final int c_prefs_drag_button_calibration_summary=0x7f050007;
|
|
|
|
public static final int c_prefs_main_category=0x7f050005;
|
|
|
|
public static final int c_restart=0x7f05000a;
|
|
|
|
public static final int c_settings=0x7f050003;
|
|
|
|
public static final int c_up=0x7f050009;
|
|
|
|
public static final int syntax_error=0x7f050002;
|
2011-06-23 17:09:13 -04:00
|
|
|
}
|
|
|
|
public static final class style {
|
2011-07-16 15:25:12 -04:00
|
|
|
public static final int digitButtonStyle=0x7f060001;
|
|
|
|
public static final int editTextInputStyle=0x7f060000;
|
|
|
|
}
|
|
|
|
public static final class xml {
|
|
|
|
public static final int preferences=0x7f040000;
|
2011-06-23 17:09:13 -04:00
|
|
|
}
|
|
|
|
public static final class styleable {
|
|
|
|
/** Attributes that can be used with a DragButton.
|
|
|
|
<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 #DragButton_textDown org.solovyev.android.calculator:textDown}</code></td><td></td></tr>
|
|
|
|
<tr><td><code>{@link #DragButton_textUp org.solovyev.android.calculator:textUp}</code></td><td></td></tr>
|
|
|
|
</table>
|
|
|
|
@see #DragButton_textDown
|
|
|
|
@see #DragButton_textUp
|
|
|
|
*/
|
|
|
|
public static final int[] DragButton = {
|
|
|
|
0x7f010000, 0x7f010001
|
|
|
|
};
|
|
|
|
/**
|
|
|
|
<p>This symbol is the offset where the {@link org.solovyev.android.calculator.R.attr#textDown}
|
|
|
|
attribute's value can be found in the {@link #DragButton} 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:textDown
|
|
|
|
*/
|
|
|
|
public static final int DragButton_textDown = 1;
|
|
|
|
/**
|
|
|
|
<p>This symbol is the offset where the {@link org.solovyev.android.calculator.R.attr#textUp}
|
|
|
|
attribute's value can be found in the {@link #DragButton} 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:textUp
|
|
|
|
*/
|
|
|
|
public static final int DragButton_textUp = 0;
|
|
|
|
};
|
|
|
|
}
|