summaryrefslogtreecommitdiffstats
path: root/res/xml/video_preferences.xml
diff options
context:
space:
mode:
authorApurva Rajguru <arajguru@codeaurora.org>2014-07-23 16:35:54 -0700
committerSusmitha Gummalla <vgummall@codeaurora.org>2014-09-03 14:15:08 -0700
commite07e72ac2bbe4dc0160b5feff6084e31a98ea8e4 (patch)
treed9c21e511509f39f8dcb97a82f74cdb14feeed13 /res/xml/video_preferences.xml
parentdebbc5ad3c08db8f7c0a35a9d39dc11d95bca8c2 (diff)
downloadandroid_packages_apps_Snap-e07e72ac2bbe4dc0160b5feff6084e31a98ea8e4.tar.gz
android_packages_apps_Snap-e07e72ac2bbe4dc0160b5feff6084e31a98ea8e4.tar.bz2
android_packages_apps_Snap-e07e72ac2bbe4dc0160b5feff6084e31a98ea8e4.zip
Camera: Add support for video rotation
Adding menu items for video rotation. Change-Id: Ic684dd279f6c2f867e607ba6fbe3919db67b96f8
Diffstat (limited to 'res/xml/video_preferences.xml')
-rw-r--r--res/xml/video_preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml
index 6b107a534..2bb99d992 100644
--- a/res/xml/video_preferences.xml
+++ b/res/xml/video_preferences.xml
@@ -132,4 +132,10 @@
camera:title="@string/pref_camera_savepath_title"
camera:entries="@array/pref_camera_savepath_entries"
camera:entryValues="@array/pref_camera_savepath_entryvalues" />
+ <ListPreference
+ camera:key="pref_camera_video_rotation_key"
+ camera:defaultValue="@string/pref_camera_video_rotation_default"
+ camera:title="@string/pref_camera_video_rotation_title"
+ camera:entries="@array/pref_camera_video_rotation_entries"
+ camera:entryValues="@array/pref_camera_video_rotation_entryvalues" />
</PreferenceGroup>