summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorByunghun Jeon <bjeon@codeaurora.org>2016-05-10 13:53:36 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-05-31 13:21:41 -0700
commit0587d0eb74f9bf352370664fbfbe72b604cd18c1 (patch)
treee3fdb81c7bc9b1aef65580c172f0eb061bf68c7f /res/xml
parent0fdbb4a33a2deb480f877b904203c7f04ef507d0 (diff)
downloadandroid_packages_apps_Snap-0587d0eb74f9bf352370664fbfbe72b604cd18c1.tar.gz
android_packages_apps_Snap-0587d0eb74f9bf352370664fbfbe72b604cd18c1.tar.bz2
android_packages_apps_Snap-0587d0eb74f9bf352370664fbfbe72b604cd18c1.zip
SnapdragonCamera: Add ISO and exposure
Add ISO and exposure to CaptureModule Change-Id: If6f3c142bcfbbcc049c10d7be2fe5a4c86d31fe6 CRs-Fixed: 1018118
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/capture_preferences.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/xml/capture_preferences.xml b/res/xml/capture_preferences.xml
index 59803aeb8..7ee4ae465 100644
--- a/res/xml/capture_preferences.xml
+++ b/res/xml/capture_preferences.xml
@@ -151,4 +151,18 @@
camera:key="pref_camera2_picturesize_key"
camera:singleIcon="@drawable/ic_settings_picturesize"
camera:title="@string/pref_camera_picturesize_title"/>
+
+ <IconListPreference
+ camera:defaultValue="@string/pref_exposure_default"
+ camera:key="pref_camera2_exposure_key"
+ camera:singleIcon="@drawable/ic_settings_exposure"
+ camera:title="@string/pref_exposure_title"/>
+
+ <IconListPreference
+ camera:defaultValue="@string/pref_camera_iso_default"
+ camera:entries="@array/pref_camera2_iso_entries"
+ camera:entryValues="@array/pref_camera2_iso_entryvalues"
+ camera:key="pref_camera2_iso_key"
+ camera:singleIcon="@drawable/ic_settings_iso"
+ camera:title="@string/pref_camera_iso_title"/>
</PreferenceGroup>