R.java 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  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. package com.app.gokitchen;
  8. public final class R {
  9. public static final class attr {
  10. /** <p>May be an integer value, such as "<code>100</code>".
  11. <p>This may also be a reference to a resource (in the form
  12. "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
  13. theme attribute (in the form
  14. "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
  15. containing a value of this type.
  16. <p>May be one of the following constant values.</p>
  17. <table>
  18. <colgroup align="left" />
  19. <colgroup align="left" />
  20. <colgroup align="left" />
  21. <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
  22. <tr><td><code>any</code></td><td>-1</td><td></td></tr>
  23. <tr><td><code>back</code></td><td>99</td><td></td></tr>
  24. <tr><td><code>front</code></td><td>98</td><td></td></tr>
  25. </table>
  26. */
  27. public static final int camera_id=0x7f010001;
  28. /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
  29. or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
  30. */
  31. public static final int metaButtonBarButtonStyle=0x7f010003;
  32. /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
  33. or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
  34. */
  35. public static final int metaButtonBarStyle=0x7f010002;
  36. /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
  37. <p>This may also be a reference to a resource (in the form
  38. "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
  39. theme attribute (in the form
  40. "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
  41. containing a value of this type.
  42. */
  43. public static final int show_fps=0x7f010000;
  44. }
  45. public static final class color {
  46. public static final int black_overlay=0x7f040000;
  47. }
  48. public static final class dimen {
  49. /** Default screen margins, per the Android Design guidelines.
  50. Example customization of dimensions originally defined in res/values/dimens.xml
  51. (such as screen margins) for screens with more than 820dp of available width. This
  52. would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively).
  53. */
  54. public static final int activity_horizontal_margin=0x7f050000;
  55. public static final int activity_vertical_margin=0x7f050001;
  56. }
  57. public static final class drawable {
  58. public static final int ic_launcher=0x7f020000;
  59. public static final int splash_logo=0x7f020001;
  60. }
  61. public static final class id {
  62. public static final int ActivateOCR=0x7f090004;
  63. public static final int action_buttons=0x7f090008;
  64. public static final int action_gesture=0x7f090007;
  65. public static final int action_settings=0x7f090009;
  66. public static final int any=0x7f090000;
  67. public static final int back=0x7f090001;
  68. public static final int field=0x7f090006;
  69. public static final int front=0x7f090002;
  70. public static final int surface_view=0x7f090005;
  71. public static final int textView1=0x7f090003;
  72. }
  73. public static final class layout {
  74. public static final int activity_main=0x7f030000;
  75. public static final int activity_ocr=0x7f030001;
  76. public static final int activity_splash=0x7f030002;
  77. }
  78. public static final class menu {
  79. public static final int main=0x7f080000;
  80. public static final int ocr=0x7f080001;
  81. }
  82. public static final class string {
  83. public static final int action_buttons=0x7f060002;
  84. public static final int action_gesture=0x7f060003;
  85. public static final int action_settings=0x7f060004;
  86. public static final int app_name=0x7f060000;
  87. public static final int dummy_button=0x7f060006;
  88. public static final int dummy_content=0x7f060007;
  89. public static final int hello_world=0x7f060001;
  90. public static final int ocr=0x7f06000a;
  91. public static final int textButtonOCR=0x7f06000b;
  92. public static final int text_hint=0x7f060009;
  93. public static final int title_activity_ocr=0x7f060008;
  94. public static final int title_activity_splash=0x7f060005;
  95. }
  96. public static final class style {
  97. /**
  98. Base application theme, dependent on API level. This theme is replaced
  99. by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
  100. Theme customizations available in newer API levels can go in
  101. res/values-vXX/styles.xml, while customizations related to
  102. backward-compatibility can go here.
  103. Base application theme for API 11+. This theme completely replaces
  104. AppBaseTheme from res/values/styles.xml on API 11+ devices.
  105. API 11 theme customizations can go here.
  106. Base application theme for API 14+. This theme completely replaces
  107. AppBaseTheme from BOTH res/values/styles.xml and
  108. res/values-v11/styles.xml on API 14+ devices.
  109. API 14 theme customizations can go here.
  110. */
  111. public static final int AppBaseTheme=0x7f070000;
  112. /** Application theme.
  113. All customizations that are NOT specific to a particular API-level can go here.
  114. */
  115. public static final int AppTheme=0x7f070001;
  116. public static final int ButtonBar=0x7f070003;
  117. public static final int ButtonBarButton=0x7f070004;
  118. public static final int FullscreenActionBarStyle=0x7f070005;
  119. public static final int FullscreenTheme=0x7f070002;
  120. }
  121. public static final class styleable {
  122. /**
  123. Declare custom theme attributes that allow changing which styles are
  124. used for button bars depending on the API level.
  125. ?android:attr/buttonBarStyle is new as of API 11 so this is
  126. necessary to support previous API levels.
  127. <p>Includes the following attributes:</p>
  128. <table>
  129. <colgroup align="left" />
  130. <colgroup align="left" />
  131. <tr><th>Attribute</th><th>Description</th></tr>
  132. <tr><td><code>{@link #ButtonBarContainerTheme_metaButtonBarButtonStyle com.app.gokitchen:metaButtonBarButtonStyle}</code></td><td></td></tr>
  133. <tr><td><code>{@link #ButtonBarContainerTheme_metaButtonBarStyle com.app.gokitchen:metaButtonBarStyle}</code></td><td></td></tr>
  134. </table>
  135. @see #ButtonBarContainerTheme_metaButtonBarButtonStyle
  136. @see #ButtonBarContainerTheme_metaButtonBarStyle
  137. */
  138. public static final int[] ButtonBarContainerTheme = {
  139. 0x7f010002, 0x7f010003
  140. };
  141. /**
  142. <p>This symbol is the offset where the {@link com.app.gokitchen.R.attr#metaButtonBarButtonStyle}
  143. attribute's value can be found in the {@link #ButtonBarContainerTheme} array.
  144. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
  145. or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
  146. @attr name com.app.gokitchen:metaButtonBarButtonStyle
  147. */
  148. public static final int ButtonBarContainerTheme_metaButtonBarButtonStyle = 1;
  149. /**
  150. <p>This symbol is the offset where the {@link com.app.gokitchen.R.attr#metaButtonBarStyle}
  151. attribute's value can be found in the {@link #ButtonBarContainerTheme} array.
  152. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
  153. or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
  154. @attr name com.app.gokitchen:metaButtonBarStyle
  155. */
  156. public static final int ButtonBarContainerTheme_metaButtonBarStyle = 0;
  157. /** Attributes that can be used with a CameraBridgeViewBase.
  158. <p>Includes the following attributes:</p>
  159. <table>
  160. <colgroup align="left" />
  161. <colgroup align="left" />
  162. <tr><th>Attribute</th><th>Description</th></tr>
  163. <tr><td><code>{@link #CameraBridgeViewBase_camera_id com.app.gokitchen:camera_id}</code></td><td></td></tr>
  164. <tr><td><code>{@link #CameraBridgeViewBase_show_fps com.app.gokitchen:show_fps}</code></td><td></td></tr>
  165. </table>
  166. @see #CameraBridgeViewBase_camera_id
  167. @see #CameraBridgeViewBase_show_fps
  168. */
  169. public static final int[] CameraBridgeViewBase = {
  170. 0x7f010000, 0x7f010001
  171. };
  172. /**
  173. <p>This symbol is the offset where the {@link com.app.gokitchen.R.attr#camera_id}
  174. attribute's value can be found in the {@link #CameraBridgeViewBase} array.
  175. <p>May be an integer value, such as "<code>100</code>".
  176. <p>This may also be a reference to a resource (in the form
  177. "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
  178. theme attribute (in the form
  179. "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
  180. containing a value of this type.
  181. <p>May be one of the following constant values.</p>
  182. <table>
  183. <colgroup align="left" />
  184. <colgroup align="left" />
  185. <colgroup align="left" />
  186. <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
  187. <tr><td><code>any</code></td><td>-1</td><td></td></tr>
  188. <tr><td><code>back</code></td><td>99</td><td></td></tr>
  189. <tr><td><code>front</code></td><td>98</td><td></td></tr>
  190. </table>
  191. @attr name com.app.gokitchen:camera_id
  192. */
  193. public static final int CameraBridgeViewBase_camera_id = 1;
  194. /**
  195. <p>This symbol is the offset where the {@link com.app.gokitchen.R.attr#show_fps}
  196. attribute's value can be found in the {@link #CameraBridgeViewBase} array.
  197. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
  198. <p>This may also be a reference to a resource (in the form
  199. "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
  200. theme attribute (in the form
  201. "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
  202. containing a value of this type.
  203. @attr name com.app.gokitchen:show_fps
  204. */
  205. public static final int CameraBridgeViewBase_show_fps = 0;
  206. };
  207. }