diff options
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/video_preferences.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml index 105d1fc..3f8b99d 100644 --- a/res/xml/video_preferences.xml +++ b/res/xml/video_preferences.xml @@ -33,6 +33,14 @@ android:entryValues="@array/pref_camera_video_duration_entryvalues" android:dialogTitle="@string/pref_camera_video_duration_dialogtitle" /> <com.android.camera.IconListPreference + android:key="pref_camera_video_flashmode_key" + android:defaultValue="@string/pref_camera_video_flashmode_default" + android:title="@string/pref_camera_flashmode_title" + camera:icons="@array/pref_camera_video_flashmode_icons" + android:entries="@array/pref_camera_video_flashmode_entries" + android:entryValues="@array/pref_camera_video_flashmode_entryvalues" + android:dialogTitle="@string/pref_camera_flashmode_dialogtitle" /> + <com.android.camera.IconListPreference android:key="pref_camera_whitebalance_key" android:defaultValue="@string/pref_camera_whitebalance_default" android:title="@string/pref_camera_whitebalance_title" |