diff options
Diffstat (limited to 'res/xml/video_preferences.xml')
-rwxr-xr-x | res/xml/video_preferences.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml index 1d2917360..14c758b30 100755 --- a/res/xml/video_preferences.xml +++ b/res/xml/video_preferences.xml @@ -64,6 +64,11 @@ camera:labelList="@array/pref_camera_video_flashmode_labels" camera:entryValues="@array/pref_camera_video_flashmode_entryvalues"/> <IconListPreference + camera:key="pref_camera_exposure_key" + camera:defaultValue="@string/pref_exposure_default" + camera:title="@string/pref_exposure_title" + camera:singleIcon="@drawable/ic_exposure_holo_light" /> + <IconListPreference camera:key="pref_camera_whitebalance_key" camera:defaultValue="@string/pref_camera_whitebalance_default" camera:title="@string/pref_camera_whitebalance_title" |