diff options
Diffstat (limited to 'res/xml/video_preferences.xml')
-rw-r--r-- | res/xml/video_preferences.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml index 6345351..f803c32 100644 --- a/res/xml/video_preferences.xml +++ b/res/xml/video_preferences.xml @@ -54,5 +54,9 @@ camera:title="@string/pref_camera_coloreffect_title" camera:entries="@array/pref_camera_coloreffect_entries" camera:entryValues="@array/pref_camera_coloreffect_entryvalues"/> + <IconListPreference + camera:key="pref_camera_id_key" + camera:defaultValue="@string/pref_camera_id_default" + camera:title="@string/pref_camera_id_title" /> </PreferenceGroup> </PreferenceGroup> |