/* 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 { /**

May be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

May be one of the following constant values.

ConstantValueDescription
any-1
back99
front98
*/ public static final int camera_id=0x7f010001; /**

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name". */ public static final int metaButtonBarButtonStyle=0x7f010003; /**

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name". */ public static final int metaButtonBarStyle=0x7f010002; /**

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") 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.

Includes the following attributes:

AttributeDescription
{@link #ButtonBarContainerTheme_metaButtonBarButtonStyle com.app.gokitchen:metaButtonBarButtonStyle}
{@link #ButtonBarContainerTheme_metaButtonBarStyle com.app.gokitchen:metaButtonBarStyle}
@see #ButtonBarContainerTheme_metaButtonBarButtonStyle @see #ButtonBarContainerTheme_metaButtonBarStyle */ public static final int[] ButtonBarContainerTheme = { 0x7f010002, 0x7f010003 }; /**

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.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name". @attr name com.app.gokitchen:metaButtonBarButtonStyle */ public static final int ButtonBarContainerTheme_metaButtonBarButtonStyle = 1; /**

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.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name". @attr name com.app.gokitchen:metaButtonBarStyle */ public static final int ButtonBarContainerTheme_metaButtonBarStyle = 0; /** Attributes that can be used with a CameraBridgeViewBase.

Includes the following attributes:

AttributeDescription
{@link #CameraBridgeViewBase_camera_id com.app.gokitchen:camera_id}
{@link #CameraBridgeViewBase_show_fps com.app.gokitchen:show_fps}
@see #CameraBridgeViewBase_camera_id @see #CameraBridgeViewBase_show_fps */ public static final int[] CameraBridgeViewBase = { 0x7f010000, 0x7f010001 }; /**

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.

May be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

May be one of the following constant values.

ConstantValueDescription
any-1
back99
front98
@attr name com.app.gokitchen:camera_id */ public static final int CameraBridgeViewBase_camera_id = 1; /**

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.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type. @attr name com.app.gokitchen:show_fps */ public static final int CameraBridgeViewBase_show_fps = 0; }; }