Advertisement
iAmGhost

Untitled

Aug 26th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.36 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <array name="pref_video_quality_entries">
  4. <item>@string/pref_video_quality_entry_1080p</item>
  5. <item>@string/pref_video_quality_entry_720p</item>
  6. <item>@string/pref_video_quality_entry_480p</item>
  7. </array>
  8. <string-array name="pref_video_quality_entryvalues">
  9. <item>6</item>
  10. <item>@string/pref_video_quality_default</item>
  11. <item>4</item>
  12. </string-array>
  13. <array name="video_quality_largeicons">
  14. <item>@drawable/ic_quality_1080p</item>
  15. <item>@drawable/ic_quality_720p</item>
  16. <item>@drawable/ic_quality_480p</item>
  17. </array>
  18. <array name="video_timelapse_largeicons">
  19. <item>@drawable/ic_timelapse_none</item>
  20. <item>@drawable/ic_timelapse_1</item>
  21. <item>@drawable/ic_timelapse_1_5</item>
  22. <item>@drawable/ic_timelapse_2</item>
  23. <item>@drawable/ic_timelapse_2_5</item>
  24. <item>@drawable/ic_timelapse_3</item>
  25. <item>@drawable/ic_timelapse_5</item>
  26. <item>@drawable/ic_timelapse_10</item>
  27. </array>
  28. <array name="pref_video_time_lapse_frame_interval_entries">
  29. <item>@string/pref_camera_recordlocation_entry_off</item>
  30. <item>@string/pref_video_time_lapse_frame_interval_entry_1000</item>
  31. <item>@string/pref_video_time_lapse_frame_interval_entry_1500</item>
  32. <item>@string/pref_video_time_lapse_frame_interval_entry_2000</item>
  33. <item>@string/pref_video_time_lapse_frame_interval_entry_2500</item>
  34. <item>@string/pref_video_time_lapse_frame_interval_entry_3000</item>
  35. <item>@string/pref_video_time_lapse_frame_interval_entry_5000</item>
  36. <item>@string/pref_video_time_lapse_frame_interval_entry_10000</item>
  37. </array>
  38. <string-array name="pref_video_time_lapse_frame_interval_entryvalues">
  39. <item>0</item>
  40. <item>1000</item>
  41. <item>1500</item>
  42. <item>2000</item>
  43. <item>2500</item>
  44. <item>3000</item>
  45. <item>5000</item>
  46. <item>10000</item>
  47. </string-array>
  48. <array name="pref_camera_picturesize_entries">
  49. <item>@string/pref_camera_picturesize_entry_2592x1936</item>
  50. <item>@string/pref_camera_picturesize_entry_2592x1936</item>
  51. <item>@string/pref_camera_picturesize_entry_2592x1936</item>
  52. <item>@string/pref_camera_picturesize_entry_2048x1536</item>
  53. <item>@string/pref_camera_picturesize_entry_1600x1200</item>
  54. <item>@string/pref_camera_picturesize_entry_1280x960</item>
  55. <item>@string/pref_camera_picturesize_entry_1024x768</item>
  56. <item>@string/pref_camera_picturesize_entry_640x480</item>
  57. <item>@string/pref_camera_picturesize_entry_320x240</item>
  58. </array>
  59. <string-array name="pref_camera_picturesize_entryvalues">
  60. <item>2592x1944</item>
  61. <item>2592x1936</item>
  62. <item>2560x1920</item>
  63. <item>2048x1536</item>
  64. <item>1600x1200</item>
  65. <item>1280x960</item>
  66. <item>1024x768</item>
  67. <item>640x480</item>
  68. <item>320x240</item>
  69. </string-array>
  70. <array name="pref_camera_focusmode_entries">
  71. <item>@string/pref_camera_focusmode_entry_auto</item>
  72. <item>@string/pref_camera_focusmode_entry_infinity</item>
  73. <item>@string/pref_camera_focusmode_entry_macro</item>
  74. </array>
  75. <string-array name="pref_camera_focusmode_entryvalues">
  76. <item>auto</item>
  77. <item>infinity</item>
  78. <item>macro</item>
  79. </string-array>
  80. <array name="pref_camera_flashmode_entries">
  81. <item>@string/pref_camera_flashmode_entry_auto</item>
  82. <item>@string/pref_camera_flashmode_entry_on</item>
  83. <item>@string/pref_camera_flashmode_entry_off</item>
  84. </array>
  85. <string-array name="pref_camera_flashmode_entryvalues">
  86. <item>auto</item>
  87. <item>on</item>
  88. <item>off</item>
  89. </string-array>
  90. <array name="camera_flashmode_icons">
  91. <item>@drawable/ic_flash_auto_holo_light</item>
  92. <item>@drawable/ic_flash_on_holo_light</item>
  93. <item>@drawable/ic_flash_off_holo_light</item>
  94. </array>
  95. <array name="camera_flashmode_largeicons">
  96. <item>@drawable/ic_flash_auto_holo_light</item>
  97. <item>@drawable/ic_flash_on_holo_light</item>
  98. <item>@drawable/ic_flash_off_holo_light</item>
  99. </array>
  100. <array name="pref_camera_video_flashmode_entries">
  101. <item>@string/pref_camera_flashmode_entry_on</item>
  102. <item>@string/pref_camera_flashmode_entry_off</item>
  103. </array>
  104. <string-array name="pref_camera_video_flashmode_entryvalues">
  105. <item>torch</item>
  106. <item>off</item>
  107. </string-array>
  108. <array name="video_flashmode_icons">
  109. <item>@drawable/ic_flash_on_holo_light</item>
  110. <item>@drawable/ic_flash_off_holo_light</item>
  111. </array>
  112. <array name="video_flashmode_largeicons">
  113. <item>@drawable/ic_flash_on_holo_light</item>
  114. <item>@drawable/ic_flash_off_holo_light</item>
  115. </array>
  116. <string-array name="pref_camera_recordlocation_entryvalues">
  117. <item>off</item>
  118. <item>on</item>
  119. </string-array>
  120. <array name="pref_camera_recordlocation_entries">
  121. <item>@string/pref_camera_recordlocation_entry_off</item>
  122. <item>@string/pref_camera_recordlocation_entry_on</item>
  123. </array>
  124. <array name="camera_recordlocation_icons">
  125. <item>@drawable/ic_menuselect_gps_off</item>
  126. <item>@drawable/ic_menuselect_gps_on</item>
  127. </array>
  128. <array name="camera_recordlocation_largeicons">
  129. <item>@drawable/ic_viewfinder_gps_off</item>
  130. <item>@drawable/ic_viewfinder_gps_on</item>
  131. </array>
  132. <array name="pref_camera_whitebalance_entries">
  133. <item>@string/pref_camera_whitebalance_entry_auto</item>
  134. <item>@string/pref_camera_whitebalance_entry_incandescent</item>
  135. <item>@string/pref_camera_whitebalance_entry_daylight</item>
  136. <item>@string/pref_camera_whitebalance_entry_fluorescent</item>
  137. <item>@string/pref_camera_whitebalance_entry_cloudy</item>
  138. </array>
  139. <string-array name="pref_camera_whitebalance_entryvalues">
  140. <item>auto</item>
  141. <item>incandescent</item>
  142. <item>daylight</item>
  143. <item>fluorescent</item>
  144. <item>cloudy-daylight</item>
  145. </string-array>
  146. <array name="whitebalance_icons">
  147. <item>@drawable/ic_white_balance_auto_holo_light</item>
  148. <item>@drawable/ic_white_balance_incandescent_holo_light</item>
  149. <item>@drawable/ic_white_balance_sunlight_holo_light</item>
  150. <item>@drawable/ic_white_balance_fluorescent_holo_light</item>
  151. <item>@drawable/ic_white_balance_cloudy_holo_light</item>
  152. </array>
  153. <array name="whitebalance_largeicons">
  154. <item>@drawable/ic_white_balance_auto_holo_light</item>
  155. <item>@drawable/ic_white_balance_incandescent_holo_light</item>
  156. <item>@drawable/ic_white_balance_sunlight_holo_light</item>
  157. <item>@drawable/ic_white_balance_fluorescent_holo_light</item>
  158. <item>@drawable/ic_white_balance_cloudy_holo_light</item>
  159. </array>
  160. <array name="pref_camera_scenemode_entries">
  161. <item>@string/pref_camera_scenemode_entry_auto</item>
  162. <item>@string/pref_camera_scenemode_entry_action</item>
  163. <item>@string/pref_camera_scenemode_entry_night</item>
  164. <item>@string/pref_camera_scenemode_entry_sunset</item>
  165. <item>@string/pref_camera_scenemode_entry_party</item>
  166. </array>
  167. <string-array name="pref_camera_scenemode_entryvalues">
  168. <item>auto</item>
  169. <item>action</item>
  170. <item>night</item>
  171. <item>sunset</item>
  172. <item>party</item>
  173. </string-array>
  174. <array name="camera_id_entries">
  175. <item>@string/pref_camera_id_entry_back</item>
  176. <item>@string/pref_camera_id_entry_front</item>
  177. </array>
  178. <array name="camera_id_icons">
  179. <item>@drawable/ic_menuselect_camera_facing_back</item>
  180. <item>@drawable/ic_menuselect_camera_facing_front</item>
  181. </array>
  182. <array name="camera_id_largeicons">
  183. <item>@drawable/ic_viewfinder_camera_facing_back</item>
  184. <item>@drawable/ic_viewfinder_camera_facing_front</item>
  185. </array>
  186. <array name="pref_video_effect_entries">
  187. <item>@string/effect_none</item>
  188. <item>@string/effect_goofy_face_squeeze</item>
  189. <item>@string/effect_goofy_face_big_eyes</item>
  190. <item>@string/effect_goofy_face_big_mouth</item>
  191. <item>@string/effect_goofy_face_small_mouth</item>
  192. <item>@string/effect_goofy_face_big_nose</item>
  193. <item>@string/effect_goofy_face_small_eyes</item>
  194. <item>@string/effect_backdropper_space</item>
  195. <item>@string/effect_backdropper_sunset</item>
  196. <item>@string/effect_backdropper_gallery</item>
  197. </array>
  198. <array name="pref_video_effect_entryvalues">
  199. <item>@string/pref_video_effect_default</item>
  200. <item>goofy_face/squeeze</item>
  201. <item>goofy_face/big_eyes</item>
  202. <item>goofy_face/big_mouth</item>
  203. <item>goofy_face/small_mouth</item>
  204. <item>goofy_face/big_nose</item>
  205. <item>goofy_face/small_eyes</item>
  206. <item>backdropper/file:///system/media/video/AndroidInSpace.480p.mp4</item>
  207. <item>backdropper/file:///system/media/video/Sunset.480p.mp4</item>
  208. <item>backdropper/gallery</item>
  209. </array>
  210. <array name="video_effect_icons">
  211. <item>@drawable/ic_effects_holo_light</item>
  212. <item>@drawable/ic_video_effects_faces_squeeze_holo_dark</item>
  213. <item>@drawable/ic_video_effects_faces_big_eyes_holo_dark</item>
  214. <item>@drawable/ic_video_effects_faces_big_mouth_holo_dark</item>
  215. <item>@drawable/ic_video_effects_faces_small_mouth_holo_dark</item>
  216. <item>@drawable/ic_video_effects_faces_big_nose_holo_dark</item>
  217. <item>@drawable/ic_video_effects_faces_small_eyes_holo_dark</item>
  218. <item>@drawable/ic_video_effects_background_intergalactic_holo</item>
  219. <item>@drawable/ic_video_effects_background_fields_of_wheat_holo</item>
  220. <item>@drawable/ic_video_effects_background_normal_holo_dark</item>
  221. </array>
  222. <string-array name="pref_camera_focusmode_default_array">
  223. <item>continuous-picture</item>
  224. <item>auto</item>
  225. </string-array>
  226. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement