diff options
author | Ivan Evlogiev <ivanevlogiev@codeaurora.org> | 2014-08-14 11:47:07 +0300 |
---|---|---|
committer | Leena Winterrowd <lenhardw@codeaurora.org> | 2014-08-21 16:43:23 -0700 |
commit | 73c0fb77aed0286104503971020f44bdc672f6d0 (patch) | |
tree | 74154fa6f4cc40a57a5f3f53d1e33edd9b9d5374 /res/values/qcomstrings.xml | |
parent | de52966826fef4f602215295d8ed8fe60184eef7 (diff) | |
download | android_packages_apps_Snap-73c0fb77aed0286104503971020f44bdc672f6d0.tar.gz android_packages_apps_Snap-73c0fb77aed0286104503971020f44bdc672f6d0.tar.bz2 android_packages_apps_Snap-73c0fb77aed0286104503971020f44bdc672f6d0.zip |
SnapdragonCamera: Add HDR mode menu selection
- HDR mode can be sensor (default) or multi-frame
Change-Id: I4513c52e9050d66e25d70ed8f484637dc75c6196
Diffstat (limited to 'res/values/qcomstrings.xml')
-rw-r--r-- | res/values/qcomstrings.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml index 620b70e42..2c93a7352 100644 --- a/res/values/qcomstrings.xml +++ b/res/values/qcomstrings.xml @@ -687,5 +687,19 @@ <!-- toast message for storage location switch --> <string name="on_switch_save_path_to_sdcard">Internal storage space is not enough - switched save path to SD card</string> + + <string name="pref_camera_hdr_mode_default">hdr-mode-sensor</string> + + <!-- Settings screen, Selectable HDR mode title --> + <string name="pref_camera_hdr_mode_title">HDR Mode</string> + + <!-- Settings screen, Selectable HDR mode radio button choices --> + <string name="pref_camera_hdr_mode_entry_sensor">Sensor HDR</string> + <string name="pref_camera_hdr_mode_entry_multi_frame">Multi-frame HDR</string> + + <!-- HDR mode entry values. Do not translate. --> + <string name="pref_hdr_mode_value_sensor">hdr-mode-sensor</string> + <string name="pref_hdr_mode_value_multi_frame">hdr-mode-multiframe</string> + </resources> |