123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228 |
- /* 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 com.app.gokitchen;
- public final class R {
- public static final class attr {
- /** <p>May be an integer value, such as "<code>100</code>".
- <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.
- <p>May be one of the following constant values.</p>
- <table>
- <colgroup align="left" />
- <colgroup align="left" />
- <colgroup align="left" />
- <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
- <tr><td><code>any</code></td><td>-1</td><td></td></tr>
- <tr><td><code>back</code></td><td>99</td><td></td></tr>
- <tr><td><code>front</code></td><td>98</td><td></td></tr>
- </table>
- */
- public static final int camera_id=0x7f010001;
- /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
- or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
- */
- public static final int metaButtonBarButtonStyle=0x7f010003;
- /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
- or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
- */
- public static final int metaButtonBarStyle=0x7f010002;
- /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
- <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 show_fps=0x7f010000;
- }
- public static final class color {
- public static final int black_overlay=0x7f040000;
- }
- public static final class dimen {
- /** Default screen margins, per the Android Design guidelines.
- Example customization of dimensions originally defined in res/values/dimens.xml
- (such as screen margins) for screens with more than 820dp of available width. This
- would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively).
-
- */
- public static final int activity_horizontal_margin=0x7f050000;
- public static final int activity_vertical_margin=0x7f050001;
- }
- public static final class drawable {
- public static final int ic_launcher=0x7f020000;
- public static final int splash_logo=0x7f020001;
- }
- public static final class id {
- public static final int ActivateOCR=0x7f090004;
- public static final int action_buttons=0x7f090008;
- public static final int action_gesture=0x7f090007;
- public static final int action_settings=0x7f090009;
- public static final int any=0x7f090000;
- public static final int back=0x7f090001;
- public static final int field=0x7f090006;
- public static final int front=0x7f090002;
- public static final int surface_view=0x7f090005;
- public static final int textView1=0x7f090003;
- }
- public static final class layout {
- public static final int activity_main=0x7f030000;
- public static final int activity_ocr=0x7f030001;
- public static final int activity_splash=0x7f030002;
- }
- public static final class menu {
- public static final int main=0x7f080000;
- public static final int ocr=0x7f080001;
- }
- public static final class string {
- public static final int action_buttons=0x7f060002;
- public static final int action_gesture=0x7f060003;
- public static final int action_settings=0x7f060004;
- public static final int app_name=0x7f060000;
- public static final int dummy_button=0x7f060006;
- public static final int dummy_content=0x7f060007;
- public static final int hello_world=0x7f060001;
- public static final int ocr=0x7f06000a;
- public static final int textButtonOCR=0x7f06000b;
- public static final int text_hint=0x7f060009;
- public static final int title_activity_ocr=0x7f060008;
- public static final int title_activity_splash=0x7f060005;
- }
- public static final class style {
- /**
- Base application theme, dependent on API level. This theme is replaced
- by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
-
- Theme customizations available in newer API levels can go in
- res/values-vXX/styles.xml, while customizations related to
- backward-compatibility can go here.
-
- Base application theme for API 11+. This theme completely replaces
- AppBaseTheme from res/values/styles.xml on API 11+ devices.
-
- API 11 theme customizations can go here.
- Base application theme for API 14+. This theme completely replaces
- AppBaseTheme from BOTH res/values/styles.xml and
- res/values-v11/styles.xml on API 14+ devices.
-
- API 14 theme customizations can go here.
- */
- public static final int AppBaseTheme=0x7f070000;
- /** Application theme.
- All customizations that are NOT specific to a particular API-level can go here.
- */
- public static final int AppTheme=0x7f070001;
- public static final int ButtonBar=0x7f070003;
- public static final int ButtonBarButton=0x7f070004;
- public static final int FullscreenActionBarStyle=0x7f070005;
- public static final int FullscreenTheme=0x7f070002;
- }
- public static final class styleable {
- /**
- Declare custom theme attributes that allow changing which styles are
- used for button bars depending on the API level.
- ?android:attr/buttonBarStyle is new as of API 11 so this is
- necessary to support previous API levels.
-
- <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 #ButtonBarContainerTheme_metaButtonBarButtonStyle com.app.gokitchen:metaButtonBarButtonStyle}</code></td><td></td></tr>
- <tr><td><code>{@link #ButtonBarContainerTheme_metaButtonBarStyle com.app.gokitchen:metaButtonBarStyle}</code></td><td></td></tr>
- </table>
- @see #ButtonBarContainerTheme_metaButtonBarButtonStyle
- @see #ButtonBarContainerTheme_metaButtonBarStyle
- */
- public static final int[] ButtonBarContainerTheme = {
- 0x7f010002, 0x7f010003
- };
- /**
- <p>This symbol is the offset where the {@link com.app.gokitchen.R.attr#metaButtonBarButtonStyle}
- attribute's value can be found in the {@link #ButtonBarContainerTheme} array.
- <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
- or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
- @attr name com.app.gokitchen:metaButtonBarButtonStyle
- */
- public static final int ButtonBarContainerTheme_metaButtonBarButtonStyle = 1;
- /**
- <p>This symbol is the offset where the {@link com.app.gokitchen.R.attr#metaButtonBarStyle}
- attribute's value can be found in the {@link #ButtonBarContainerTheme} array.
- <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
- or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
- @attr name com.app.gokitchen:metaButtonBarStyle
- */
- public static final int ButtonBarContainerTheme_metaButtonBarStyle = 0;
- /** Attributes that can be used with a CameraBridgeViewBase.
- <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 #CameraBridgeViewBase_camera_id com.app.gokitchen:camera_id}</code></td><td></td></tr>
- <tr><td><code>{@link #CameraBridgeViewBase_show_fps com.app.gokitchen:show_fps}</code></td><td></td></tr>
- </table>
- @see #CameraBridgeViewBase_camera_id
- @see #CameraBridgeViewBase_show_fps
- */
- public static final int[] CameraBridgeViewBase = {
- 0x7f010000, 0x7f010001
- };
- /**
- <p>This symbol is the offset where the {@link com.app.gokitchen.R.attr#camera_id}
- attribute's value can be found in the {@link #CameraBridgeViewBase} array.
- <p>May be an integer value, such as "<code>100</code>".
- <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.
- <p>May be one of the following constant values.</p>
- <table>
- <colgroup align="left" />
- <colgroup align="left" />
- <colgroup align="left" />
- <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
- <tr><td><code>any</code></td><td>-1</td><td></td></tr>
- <tr><td><code>back</code></td><td>99</td><td></td></tr>
- <tr><td><code>front</code></td><td>98</td><td></td></tr>
- </table>
- @attr name com.app.gokitchen:camera_id
- */
- public static final int CameraBridgeViewBase_camera_id = 1;
- /**
- <p>This symbol is the offset where the {@link com.app.gokitchen.R.attr#show_fps}
- attribute's value can be found in the {@link #CameraBridgeViewBase} array.
- <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
- <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 com.app.gokitchen:show_fps
- */
- public static final int CameraBridgeViewBase_show_fps = 0;
- };
- }
|