117 lines
5.2 KiB
Java
117 lines
5.2 KiB
Java
|
/* 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 {
|
||
|
public static final int curlyBracketsButton=0x7f060013;
|
||
|
public static final int editText=0x7f060000;
|
||
|
public static final int eigthDigitButton=0x7f06000f;
|
||
|
public static final int equalsButton=0x7f060011;
|
||
|
public static final int fiveDigitButton=0x7f060009;
|
||
|
public static final int fourDigitButton=0x7f060008;
|
||
|
public static final int historyButton=0x7f060018;
|
||
|
public static final int minusButton=0x7f06000c;
|
||
|
public static final int muliplicationButton=0x7f060005;
|
||
|
public static final int nineDigitButton=0x7f060010;
|
||
|
public static final int numericButton=0x7f060016;
|
||
|
public static final int oneDigitButton=0x7f060002;
|
||
|
public static final int piButton=0x7f060019;
|
||
|
public static final int plusButton=0x7f060006;
|
||
|
public static final int pointDigitButton=0x7f060015;
|
||
|
public static final int resultEditText=0x7f060001;
|
||
|
public static final int roundBracketsButton=0x7f060007;
|
||
|
public static final int sevenDigitButton=0x7f06000e;
|
||
|
public static final int simplifyButton=0x7f060017;
|
||
|
public static final int sixDigitButton=0x7f06000a;
|
||
|
public static final int sqrtButton=0x7f060012;
|
||
|
public static final int squareBracketsButton=0x7f06000d;
|
||
|
public static final int subtractionButton=0x7f06000b;
|
||
|
public static final int threeDigitButton=0x7f060004;
|
||
|
public static final int twoDigitButton=0x7f060003;
|
||
|
public static final int zeroDigitButton=0x7f060014;
|
||
|
}
|
||
|
public static final class layout {
|
||
|
public static final int main=0x7f030000;
|
||
|
}
|
||
|
public static final class string {
|
||
|
public static final int app_name_caption=0x7f040000;
|
||
|
public static final int syntax_error=0x7f040001;
|
||
|
}
|
||
|
public static final class style {
|
||
|
public static final int digitButtonStyle=0x7f050001;
|
||
|
public static final int editTextInputStyle=0x7f050000;
|
||
|
}
|
||
|
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;
|
||
|
};
|
||
|
}
|