diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2014-09-11 01:54:16 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2014-09-11 01:54:16 -0700 |
commit | 7c0e9cc3c2f60eced35ad5c475fae22ea27341bf (patch) | |
tree | d9c21e511509f39f8dcb97a82f74cdb14feeed13 /res/values/qcomstrings.xml | |
parent | debbc5ad3c08db8f7c0a35a9d39dc11d95bca8c2 (diff) | |
parent | e07e72ac2bbe4dc0160b5feff6084e31a98ea8e4 (diff) | |
download | android_packages_apps_Snap-7c0e9cc3c2f60eced35ad5c475fae22ea27341bf.tar.gz android_packages_apps_Snap-7c0e9cc3c2f60eced35ad5c475fae22ea27341bf.tar.bz2 android_packages_apps_Snap-7c0e9cc3c2f60eced35ad5c475fae22ea27341bf.zip |
Merge "Camera: Add support for video rotation"
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 70ce6e1b6..c9bbaaadd 100644 --- a/res/values/qcomstrings.xml +++ b/res/values/qcomstrings.xml @@ -702,5 +702,19 @@ <string name="pref_hdr_mode_value_sensor">hdr-mode-sensor</string> <string name="pref_hdr_mode_value_multi_frame">hdr-mode-multiframe</string> + <!--Default video rotation setting--> + <string name="pref_camera_video_rotation_default" translatable="false">0</string> + + <!--Settings screen, video rotation title--> + <string name="pref_camera_video_rotation_title">Video Rotation</string> + + <!--Menu, video rotation label--> + <string name="pref_camera_video_rotation_label">VIDEO ROTATION</string> + + <!-- Settings screen, Video rotation dialog radio button choices --> + <string name="pref_camera_video_rotation_entry_0">0</string> + <string name="pref_camera_video_rotation_entry_90">90</string> + <string name="pref_camera_video_rotation_entry_180">180</string> + <string name="pref_camera_video_rotation_entry_270">270</string> </resources> |