Android App zur Berechnung einer HDR Belichtungsreihe.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

R.java 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  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 ch.spherIC;
  8. public final class R {
  9. public static final class array {
  10. public static final int Apertures=0x7f060000;
  11. public static final int EVSteps=0x7f060002;
  12. public static final int EVStepsCorrectionBP=0x7f060004;
  13. public static final int EVStepsCorrectionDP=0x7f060003;
  14. public static final int ShutterSpeeds=0x7f060001;
  15. }
  16. public static final class attr {
  17. /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
  18. <p>This may also be a reference to a resource (in the form
  19. "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
  20. theme attribute (in the form
  21. "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
  22. containing a value of this type.
  23. */
  24. public static final int drawBorder=0x7f010000;
  25. /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
  26. "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
  27. <p>This may also be a reference to a resource (in the form
  28. "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
  29. theme attribute (in the form
  30. "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
  31. containing a value of this type.
  32. */
  33. public static final int drawBorderColor=0x7f010002;
  34. /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
  35. Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
  36. in (inches), mm (millimeters).
  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 drawBorderWidth=0x7f010001;
  44. }
  45. public static final class color {
  46. public static final int black=0x7f040002;
  47. public static final int semi_translucent_black=0x7f040001;
  48. public static final int translucent=0x7f040000;
  49. public static final int white=0x7f040004;
  50. public static final int yellow=0x7f040003;
  51. }
  52. public static final class drawable {
  53. public static final int bg=0x7f020000;
  54. public static final int bg_about=0x7f020001;
  55. public static final int btn_default_normal=0x7f020002;
  56. public static final int btn_fs=0x7f020003;
  57. public static final int dropdown_fs=0x7f020004;
  58. public static final int exposureicon_frame=0x7f020005;
  59. public static final int exposureicon_symb_black=0x7f020006;
  60. public static final int exposureicon_symb_white=0x7f020007;
  61. public static final int glassbg_black=0x7f020008;
  62. public static final int glassbutton_disabled=0x7f020009;
  63. public static final int glassbutton_focused=0x7f02000a;
  64. public static final int glassbutton_normal=0x7f02000b;
  65. public static final int glassbutton_pressed=0x7f02000c;
  66. public static final int glassdropdown_focused=0x7f02000d;
  67. public static final int glassdropdown_normal=0x7f02000e;
  68. public static final int glassdropdown_pressed=0x7f02000f;
  69. public static final int gradient_view=0x7f020010;
  70. public static final int icon=0x7f020011;
  71. public static final int z_selector_background=0x7f020012;
  72. public static final int z_selector_background_focused=0x7f020013;
  73. public static final int z_selector_background_pressed=0x7f020014;
  74. }
  75. public static final class id {
  76. public static final int Btn_Calculate=0x7f090026;
  77. public static final int Btn_Reset=0x7f090023;
  78. public static final int Label_DP_Aperture=0x7f090012;
  79. public static final int Label_DP_Shutter=0x7f09000e;
  80. public static final int LinearLayout01=0x7f090037;
  81. public static final int LinearLayout_ResultsHeader=0x7f090028;
  82. public static final int ListView_ExpResults=0x7f09002a;
  83. public static final int RadioGroup=0x7f090034;
  84. public static final int Row_BP_Aperture=0x7f090019;
  85. public static final int Row_BP_Shutter=0x7f090016;
  86. public static final int Row_BrightPoint=0x7f090015;
  87. public static final int Row_DP_Aperture=0x7f090011;
  88. public static final int Row_DP_Shutter=0x7f09000d;
  89. public static final int Row_DarkPoint=0x7f09000c;
  90. public static final int Row_DeltaEV=0x7f09001d;
  91. public static final int Row_calcP_Aperture=0x7f090020;
  92. public static final int Spinner_BP_Aperture=0x7f09001a;
  93. public static final int Spinner_BP_Shutter=0x7f090017;
  94. public static final int Spinner_DP_Aperture=0x7f090013;
  95. public static final int Spinner_DP_Shutter=0x7f09000f;
  96. public static final int Spinner_calcP_Aperture=0x7f090022;
  97. public static final int Spinner_calcP_EVStep=0x7f090025;
  98. public static final int TableLayout=0x7f090009;
  99. public static final int TextView01=0x7f090006;
  100. public static final int Text_EVVal_BP=0x7f09001b;
  101. public static final int Text_EVVal_DP=0x7f090014;
  102. public static final int Text_EV_BP=0x7f090018;
  103. public static final int Text_EV_DP=0x7f090010;
  104. public static final int Title_BracketingRes=0x7f090027;
  105. public static final int Title_CalcParams=0x7f09001c;
  106. public static final int Title_DarkPoint=0x7f09000b;
  107. public static final int Title_DynamicRange=0x7f09000a;
  108. public static final int View_ResHeader_Understroke=0x7f090029;
  109. public static final int about_TextAutor=0x7f090007;
  110. public static final int about_TextDescription=0x7f090004;
  111. public static final int about_TextVersion=0x7f090005;
  112. public static final int about_imageAppIcon=0x7f090002;
  113. public static final int btn_AboutClose=0x7f090008;
  114. public static final int btn_Stg_Cancel=0x7f090039;
  115. public static final int btn_Stg_Save=0x7f090038;
  116. public static final int btn_ugClose=0x7f090043;
  117. public static final int itemAbout=0x7f090044;
  118. public static final int itemSettings=0x7f090045;
  119. public static final int itemUserGuide=0x7f090046;
  120. public static final int label_calcP_Aperture=0x7f090021;
  121. public static final int label_calcP_ExpStep=0x7f090024;
  122. public static final int label_deltaEV=0x7f09001e;
  123. public static final int label_deltaEV_Val=0x7f09001f;
  124. public static final int layout_AboutRoot=0x7f090000;
  125. public static final int layout_aboutVersion=0x7f090001;
  126. public static final int layout_aboutVersionText=0x7f090003;
  127. public static final int layout_ugVersion=0x7f09003a;
  128. public static final int linearLayout1=0x7f09003e;
  129. public static final int linear_layout_Stg_Root=0x7f09002b;
  130. public static final int linear_layout_Stg_u1=0x7f09002d;
  131. public static final int linear_layout_Stg_u2=0x7f090030;
  132. public static final int rdbtn_KeepBP=0x7f090035;
  133. public static final int rdbtn_KeepDP=0x7f090036;
  134. public static final int settings_Title_18Gray=0x7f09002c;
  135. public static final int settings_Title_RangePoint=0x7f090033;
  136. public static final int spn_BP_Corr=0x7f09002f;
  137. public static final int spn_DP_Corr=0x7f090032;
  138. public static final int txtView_BP_Corr=0x7f09002e;
  139. public static final int txtView_DP_Corr=0x7f090031;
  140. public static final int ug_ScrollView=0x7f09003d;
  141. public static final int ug_TextVersion=0x7f09003c;
  142. public static final int ug_hdr_GenPourpose=0x7f09003f;
  143. public static final int ug_hdr_HowTo=0x7f090041;
  144. public static final int ug_imageAppIcon=0x7f09003b;
  145. public static final int ug_txt_GenPourpose=0x7f090040;
  146. public static final int ug_txt_HowTo=0x7f090042;
  147. }
  148. public static final class layout {
  149. public static final int about_dialog=0x7f030000;
  150. public static final int main=0x7f030001;
  151. public static final int settings=0x7f030002;
  152. public static final int userguide_dialog=0x7f030003;
  153. }
  154. public static final class menu {
  155. public static final int mainmenu=0x7f080000;
  156. }
  157. public static final class string {
  158. public static final int AppVersionLabel=0x7f050013;
  159. public static final int BtnCancel=0x7f05001c;
  160. public static final int BtnClose=0x7f05001d;
  161. public static final int BtnSave=0x7f05001b;
  162. public static final int FixRangePoint=0x7f050018;
  163. public static final int FixRangePointBP=0x7f050019;
  164. public static final int FixRangePointDP=0x7f05001a;
  165. public static final int Percent18Correction=0x7f050015;
  166. public static final int Percent18CorrectionBP=0x7f050016;
  167. public static final int Percent18CorrectionDP=0x7f050017;
  168. public static final int about_Description=0x7f050012;
  169. public static final int about_DevelopedBy=0x7f050014;
  170. public static final int aperture=0x7f050003;
  171. public static final int app_name=0x7f050000;
  172. public static final int bracketingRes=0x7f05000c;
  173. public static final int bright_point=0x7f050006;
  174. public static final int calcParams=0x7f050007;
  175. public static final int calculate=0x7f05000a;
  176. public static final int dark_point=0x7f050005;
  177. public static final int delta_EV=0x7f050008;
  178. public static final int dynamic_range=0x7f050001;
  179. public static final int ev=0x7f050004;
  180. public static final int expEVStep=0x7f050009;
  181. public static final int expNbrLbl=0x7f05000d;
  182. public static final int header_GeneralPurpose=0x7f05001e;
  183. public static final int header_HowTo=0x7f050020;
  184. public static final int menuAbout=0x7f050011;
  185. public static final int menuSettings=0x7f050010;
  186. public static final int menuUserGuide=0x7f05000f;
  187. public static final int reset=0x7f05000b;
  188. public static final int shutter_speed=0x7f050002;
  189. public static final int text_GeneralPurpose=0x7f05001f;
  190. public static final int text_HowTo=0x7f050021;
  191. public static final int toastWarningDP_BP=0x7f05000e;
  192. }
  193. public static final class style {
  194. public static final int GlassDropdownItem=0x7f070002;
  195. public static final int GlassTheme=0x7f070004;
  196. public static final int GlassThemeDialog=0x7f070005;
  197. public static final int ResultExposureText=0x7f070000;
  198. public static final int ResultExposureTextSpecial=0x7f070001;
  199. public static final int ResultsListView=0x7f070003;
  200. }
  201. public static final class styleable {
  202. /** Attributes that can be used with a XTextView.
  203. <p>Includes the following attributes:</p>
  204. <table>
  205. <colgroup align="left" />
  206. <colgroup align="left" />
  207. <tr><th>Attribute</th><th>Description</th></tr>
  208. <tr><td><code>{@link #XTextView_drawBorder ch.spherIC:drawBorder}</code></td><td></td></tr>
  209. <tr><td><code>{@link #XTextView_drawBorderColor ch.spherIC:drawBorderColor}</code></td><td></td></tr>
  210. <tr><td><code>{@link #XTextView_drawBorderWidth ch.spherIC:drawBorderWidth}</code></td><td></td></tr>
  211. </table>
  212. @see #XTextView_drawBorder
  213. @see #XTextView_drawBorderColor
  214. @see #XTextView_drawBorderWidth
  215. */
  216. public static final int[] XTextView = {
  217. 0x7f010000, 0x7f010001, 0x7f010002
  218. };
  219. /**
  220. <p>This symbol is the offset where the {@link ch.spherIC.R.attr#drawBorder}
  221. attribute's value can be found in the {@link #XTextView} array.
  222. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
  223. <p>This may also be a reference to a resource (in the form
  224. "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
  225. theme attribute (in the form
  226. "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
  227. containing a value of this type.
  228. @attr name android:drawBorder
  229. */
  230. public static final int XTextView_drawBorder = 0;
  231. /**
  232. <p>This symbol is the offset where the {@link ch.spherIC.R.attr#drawBorderColor}
  233. attribute's value can be found in the {@link #XTextView} array.
  234. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
  235. "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
  236. <p>This may also be a reference to a resource (in the form
  237. "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
  238. theme attribute (in the form
  239. "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
  240. containing a value of this type.
  241. @attr name android:drawBorderColor
  242. */
  243. public static final int XTextView_drawBorderColor = 2;
  244. /**
  245. <p>This symbol is the offset where the {@link ch.spherIC.R.attr#drawBorderWidth}
  246. attribute's value can be found in the {@link #XTextView} array.
  247. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
  248. Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
  249. in (inches), mm (millimeters).
  250. <p>This may also be a reference to a resource (in the form
  251. "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
  252. theme attribute (in the form
  253. "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
  254. containing a value of this type.
  255. @attr name android:drawBorderWidth
  256. */
  257. public static final int XTextView_drawBorderWidth = 1;
  258. };
  259. }